Hi Alfonso,
I thik you mean a private key without pin - the certificate never has a pin....
You can create a private key without PIN-protection by adding "-nodes" on the commandline when creating the key/csr..
openssl req -new -nodes
If you have already the key, you can remove the pin openssl rsa -in protected_key.pem -out plain_key.pem -nodes
Oliver
Alfonso Sparano wrote:
Hi, someone knows how can I create a certificate for a web server without
the pin?
I need it because my ssl server (apache) must restart without user attendance.
Alfonso
-- Diese Nachricht wurde digital unterschrieben oliwel's public key: http://www.oliwel.de/oliwel.crt Basiszertifikat: http://www.ldv.ei.tum.de/page72
smime.p7s
Description: S/MIME Cryptographic Signature
