Displaying 1 result from an estimated 1 matches for "obj_creat".
Did you mean:
obj_create
2020 Mar 16
0
AD with PKI authentication - issue on cert generation
...openssl req -new req -new -x509 -days 3650 -sha256 -extensions v3_ca -keyout
private/cakey.pem -out cacert.pem -config /etc/ssl/openssl.cnf
I get the following error :
problem creating object msSmartcardLogin=1.3.6.1.4.1.311.20.2.2
140375913190464:error:08064066:object identifier routines:OBJ_create:oid
exists:../crypto/objects/obj_dat.c:698:
I already tried to replace
scardLogin=1.3.6.1.4.1.311.20.2.2
with
msSmartcardLogin=1.3.6.1.4.1.311.20.2.2
as I found in the thred but it doesn't solve my issue.
I can post in SSL forum but as it is Samba specific, I'm trying here first...