We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
openssl req -key server.key -new -out server.csr # Input yourself openssl x509 -req -CA server.pem -CAkey server.key -in server.csr -out cacert.pem -days 36500 -CAcreateserial rm server.srl server.csr