Outils pour utilisateurs

Outils du site


informatique:igc

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
informatique:igc [17/02/2010 19:48] cyrilleinformatique:igc [12/09/2014 17:33] (Version actuelle) – [Infrastructure de Gestion de Clefs] cyrille
Ligne 4: Ligne 4:
  
 Voir : Voir :
-  * [[glossaire:IGC|/glossaire/IGC]].+  * [[glossaire:IGC|/glossaire/IGC]], [[/informatique/openssl|/informatique/openssl]], [[informatique/crypto|informatique/crypto]]
   * [[http://www.commentcamarche.net/contents/crypto/crypto.php3|Introduction à la cryptographie]] sur commentcamarche.net.   * [[http://www.commentcamarche.net/contents/crypto/crypto.php3|Introduction à la cryptographie]] sur commentcamarche.net.
  
 ===== Softs ===== ===== Softs =====
 +
 +  * [[http://www.ejbca.org/complimentary.html]]
  
 ==== PKIF & Webcullis ==== ==== PKIF & Webcullis ====
Ligne 22: Ligne 24:
 http://pkif.sourceforge.net/webcullis.html http://pkif.sourceforge.net/webcullis.html
  
 +==== EJBCA ====
 +
 +http://www.ejbca.org/
 +
 +The LGPL (GNU LESSER GENERAL PUBLIC LICENSE) applies to all releases of EJBCA.
  
 ==== OpenCA ==== ==== OpenCA ====
  
 https://www.openca.org/ https://www.openca.org/
 +
 +====OpenSSL====
 +
 +[[/informatique/openssl|/informatique/OpenSSL]]
 +
 +====XCA====
 +
 +[[http://xca.hohnstaedt.de|http://xca.hohnstaedt.de]]
 +
 +[[http://salpers.de/index.php?id=270|une p'tite doc]]
 +
 +XCA is a graphical user interface for creating RSA/DSA/ECC keys, certificates, signing requests and revokation lists.
 +
 +With XCA certificate signing and managing becomes an easy task.
 +
 +It supports keys on SmartCards via the PKCS#11 library interface. Usually the manufacturer of your card provides an appropriate PKCS#11 library. By default it uses the OpenSC library.
 +
 +Supported Operating systems:
 +  * Linux
 +  * Windows
 +  * MAC OSX
 +  * other Unix variants
 +
 +===== Time Stamping =====
 +
 +==== OpenTSA ====
 + 
 +http://www.opentsa.org
 +
 +The aim of the OpenTSA project is to develop an RFC 3161 compliant, stable, secure, open source and free time stamping authority client and server application. The following deliverables have already been produced:
 +
 +    * Time Stamp patch for OpenSSL: The time stamp request creation, response generation and response verification functionality is implemented as an extension to the latest stable version of OpenSSL. This patch adds a new ts command to OpenSSL with which the time stamping operations can be carried out. This patch and the time stamp client have been merged into the official version of OpenSSL and will be available from openssl-0.9.9 onwards.
 +    * Time Stamp client: A simple command-line driven TSA client that can be used for creating and sending time stamp requests over HTTP or HTTPS to a TSA and for receiving and verifying the responses. The utility is distributed with the OpenSSL Time Stamp patch.
 +    * Time Stamp module for Apache: This package is an extension module for the latest stable version of the Apache HTTP server. Using the functionality of the OpenSSL Time Stamp patch this module functions as an RFC 3161 compliant time stamp server over HTTP and HTTPS transport protocols, issued time stamp tokens can be stored in a MySQL or a FireBird database. 
 +    * 
 +
 +===== Tools =====
 +
 +==== Avec le SDK Microsoft ====
 +
 +  - Création du certificat X509, avec **makecert.exe**. On spécifie d’exporter la clé privée (*.pvk), et surtout il faut marqué le certificat X509 comme exportable, ce qui permet pour l’étape suivante d’inclure la clé privée.
 +  - On utilise l'outil **pvk2pfx.exe** qui inclut la clé privée dans le certificat, pour générer le fichier pfx ou p12 (c’est la même chose maintenant).
 +
 +  D:\projs> makecert.exe -r -pe -n "CN=TOTO-SSO" -b 01/04/2010 -e 01/04/2020 -sky signature -sv TOTO-SSO.Private.pvk TOTO-SSO.cer
 +  Succeeded
 +  D:\projs> pvk2pfx.exe -pvk TOTO-SSO.pvk -spc TOTO-SSO.cer -pfx TOTO-SSO.pfx
 +
 +==== Avec le JDK (Java SDK) ====
 +
 +Avec l'outil **keytool**
 +
 +http://java.sun.com/j2se/1.5.0/docs/tooldocs/windows/keytool.html
  
informatique/igc.1266432525.txt.gz · Dernière modification : 19/05/2012 00:15 (modification externe)

Sauf mention contraire, le contenu de ce wiki est placé sous les termes de la licence suivante : CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki