informatique:openssl
Ceci est une ancienne révision du document !
−Table des matières
OpenSSL
Voir aussi :
On line tools:
Code Signing with OpenSSL
Vérification de certificat avec OpenSSL
openssl s_client -connect isc.sans.org:443
Certificate Chaining
On this page you'll find how to create only one file which contains your certificate and others chain certificates (Concatenate them in one), like, I think, you could have only one configuration directive to use : the CertificateFile, and to not need the CertificateChainFile anymore :
http://help.globalscape.com/help/eft5/admin/certificate_chaining.htm
Key generation
http://www.fil.univ-lille1.fr/~wegrzyno/portail/PAC/Doc/TP5/tp-certif002.html
# Génération des clés openssl genrsa -out maCle.pem 1024 # Exportation de la partie publique openssl rsa -in maCle.pem -pubout -out maClePublique.pem
Decode
informatique/openssl.1384035758.txt.gz · Dernière modification : 09/11/2013 23:22 de cyrille