AIL-framework/tools/gen_cert
Terrtia 88d3870230
chg: [ail] cleanup
2023-05-17 10:26:54 +02:00
..
README.md chg: [ail] cleanup 2023-05-17 10:26:54 +02:00
ext3.cnf chg: [ail] cleanup 2023-05-17 10:26:54 +02:00
gen_cert.sh chg: [ail] cleanup 2023-05-17 10:26:54 +02:00
gen_root.sh chg: [ail] cleanup 2023-05-17 10:26:54 +02:00
san.cnf chg: [ail] cleanup 2023-05-17 10:26:54 +02: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 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