www.ProFTPD.de

ProFTPD => ProFTPD - Deutsch => Thema gestartet von: Somba am 03. März 2004, 14:17:25



Titel: SSH ??? ldapcert.pem ???
Beitrag von: Somba am 03. März 2004, 14:17:25
Hallo ,

wie komme ich an diese Datei -> ldapcert.pem ??

cp /usr/share/ssl/misc/CA.pl /etc/openldap  --> geht ohne Probleme
cd /etc/openldap  --> geht ohne Probleme
./CA.pl -newca # create Certificate of Authority  --> geht ohne Probleme
./CA.pl -newreq # FQDN name of server needed  --> geht ohne Probleme
./CA.pl -signreq  --> Abbruch ( unable to load CA private key 1216:error....)
openssl rsa -in newreq.pem -out ldapkey.pem # remove password and produce key  --> geht ohne Probleme
mv newcert.pem ldapcert.pem # name the key properly  --> geht nicht da datei nicht vorhanden

# three keys were now produced, you can use them in several similar
# situations, these keys are called:
# TLS (RSA) CertificateFile /etc/openldap/ldapcert.pem  --> diese datei fehlt mir
# TLS (RSA) CertificateKeyFile /etc/openldap/ldapkey.pem  --> ok erstellt wurden
# TLS (RSA) CACertificateFile /etc/openldap/demoCA/cacert.pem  --> ok erstellt wurden

wie kann ich dieses Problem beheben ??

mfG
Somba


Titel: SSH ??? ldapcert.pem ???
Beitrag von: Anonymous am 04. März 2004, 11:14:53
hab das Problem gelöst.

nach eingabe von
" ./CA.pl -newca "
habe ich gleich die Enter Taste gedrückt und nicht wie am Anfang
etwas eingegeben. Dan ging alles.
Sollte man vielleicht im Tut erwähnen für ander User.
http://www.proftpd.de/42.0.html

mfG
Somba