EUDAT-B2HANDLE / B2HANDLE

B2Handle Python library for interaction with Handle services
https://eudat-b2handle.github.io/
Apache License 2.0
22 stars 24 forks source link

documentation update for client certificate #105

Closed cookie33 closed 8 years ago

cookie33 commented 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

TobiasWeigel commented 8 years ago

This has been addressed in PR #107.