d4-core/server/gen_cert
Jean-Louis Huynen f5af770516
chg: [install] copy crt and key to Flash folder
2019-09-23 11:32:05 +02:00
..
README.md Adds scripts and instructions for Verifiable Self-Signed Certificate generation 2019-01-18 08:59:15 +01:00
ext3.cnf Adds scripts and instructions for Verifiable Self-Signed Certificate generation 2019-01-18 08:59:15 +01:00
gen_cert.sh chg: [install] copy crt and key to Flash folder 2019-09-23 11:32:05 +02:00
gen_root.sh non interacting 2019-03-22 09:50:02 +01:00
san.cnf Adds scripts and instructions for Verifiable Self-Signed Certificate generation 2019-01-18 08:59:15 +01:00

README.md

Usage

These scripts are useful to generate the server's self-signed certificate.

Root Certification Authority

gen_root.sh This will create a rootCA.crt file that you may copy in the d4-goclient conf folder to verify the server's cert.

Server certificate

Configuration Files

Look into these files if you plan to verify the certificate:

  • san.cnf holds basic information about the certificate.
  • ext.3 holds in particular the 'subjectAltNames** option that is for the verification to succeed.

Generation

gen_root.sh