ggbce Posted April 21, 2006 Share Posted April 21, 2006 Bonjour, Je voulais savoir comment générer correctement un certificat pour l'utiliser avec OpenSSH ? Les seuls certificats que j'ai fais à date sont pour Apache lorsque l'on établi des connexions SSL (443). J'ai un fichier .cert et un .key. Voici ma méthode utilisée: openssl genrsa -out cert.key 1024 openssl req -new -key cert.key -out cert.csr openssl x509 -req -days 365 -in cert.csr -signkey cert.key -out cert.crt Est-ce que je peux utiliser ces mêmes fichiers ou c'est un format d'encryption différent ? Merci Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.