We have been creating certificates (Root CA, intermediate, end user, smartcard login, etc) for ages.
We have set up our own PKI infrastructure using openssl command line tool.
If you email us the details/extensions you need your certificates to have, we can generate some test certs for you.
How familiar are you with OpenSSL?
Regards.
From: openssl-users <openssl-users-bounces@xxxxxxxxxxx> on behalf of Lionel Monchecourt <lionel.monchecourt@xxxxxxx>
Sent: Thursday, 19 March 2020 8:27 AM To: openssl-users@xxxxxxxxxxx <openssl-users@xxxxxxxxxxx> Subject: Issue generating certificate for a Samba AD - index.txt Hi , trying to generate a certify using
openssl copenssl ca -config /etc/ssl/user-openssl.cnf -in dc-req.pem -out dc-cert.pem
I get the following :
Using configuration from /etc/ssl/user-openssl.cnf Enter pass phrase for ./private/cakey.pem: 139946396877888:error:02001002:system library:fopen:No such file or directory:../crypto/bio/bss_file.c:69:fopen('./index.txt','r') 139946396877888:error:2006D080:BIO routines:BIO_new_file:no such file:../crypto/bio/bss_file.c:76:
I found a post saying that you just need to create the index.txt file,but it leads to “no result “ Another post was saying to insert in the file “unique_subject = no” Nothing at all ( putting yes or no ), as attempts… Any insights ? Thx
|