Nun brauche ich eine professionelle Hilfe ... ich möchte ein selbst-signiertes Zertifikat erstellen mit folgendem Befehl:
Code: Alles auswählen
openssl req -new -x509 -days 1000 -key private/itsXXcakey.pem -out certs/itsXXcacert.pem -config openssl.cnf
Führe ich den Befehl aus, dann kriege ich folgende Fehlermeldung:
Code: Alles auswählen
Error configuring OpenSSL
7968:error:25066067:DSO support routines:DLFCN_LOAD:could not load the shared library:dso_dlfcn.c:162:filename(/usr/lib/engines/engine_pkcs11.so): /usr/lib/engines/engine_pkcs11.so: cannot open shared object file: No such file or directory
7968:error:25070067:DSO support routines:DSO_load:could not load the shared library:dso_lib.c:244:
7968:error:260B6084:engine routines:DYNAMIC_LOAD:dso not found:eng_dyn.c:450:
7968:error:0E07606D:configuration file routines:MODULE_RUN:module initialization error:conf_mod.c:234:module=engines, value=engine_section, retcode=-1
Danke für die Hilfe im Voraus.