You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
These scripts demonstrate setting up a root CA, and intermediate CA, a leaf CA,and server and client certificates signed by the leaf CA.
The CA passwords are stored in cadir/private. Of course, you shouldn't dothat in a production setting.
The script to generate client and server certificates can take a-k argument.If this is done they will generate a password for the key and tell you what itis.
The client key is generated in both standard PEM format and in PKCS#8 format.The latter is what's required for use with the PostgreSQL JDBC driver.
There are also scripts for simple server and client keys , signed by theroot CA and with a single host name (server) and no PKCS#8 key (client), aswell as a script to generate a self-signed server certificate with a singlehost name.
The Host name(s) and User name for certificates can be provided byenvironment settings like this: