Hi Sergio Thanks a lot My goal is to achieve a SAMBA auth using PKi ( as per ref here : https://wiki.samba.org/index.php/Samba_AD_Smart_Card_Login ) More specifically, related then to openSSL, this chapter https://wiki.samba.org/index.php/Samba_AD_Smart_Card_Login#Prerequisites sounds achievable for you ? Thanks a lot Lionel From: Sergio NNX [mailto:sfhacker@xxxxxxxxxxx] 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> 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 |