Closed cookie33 closed 8 years ago
The client certificate is created as follows:
openssl req -new -x509 -key privatekey.pem -subj '/UID=300:YOUR\/HANDLE' -out cert.pem
Should we set the days for which the certificate is valid?
openssl req -new -x509 -key privatekey.pem -subj '/UID=300:YOUR\/HANDLE' -days 3652 -out cert.pem
So add the -days parameter
-days
This has been addressed in PR #107.
The client certificate is created as follows:
Should we set the days for which the certificate is valid?
So add the
-days
parameter