Building an OpenSSL Certificate Authority - Creating Your Root Certificate
Creating Your Root Certificate Authority
In our previous article, Introductions and Design Considerations for Eliptical Curves we covered the design requirements to create a two-tier ECC certifica...
Updated Jun 06, 2023
Version 2.0Chase_Abbott
Employee
Joined September 17, 2008
tty72_359339
Apr 22, 2018Nimbostratus
Very helpful series. Thanks for taking the time. Maybe it's a bug in my version of openssl (1.1.0f), maybe I've got an error somewhere in my root.conf file, maybe it's just a feature of openssl I don't know about - but while creating the root CA certificate, I must specify the -days option on the command line. Otherwise openssl completely ignores the 'default_days' configuration value, and generates a certificate that is valid for exactly one month.