Displaying 2 results from an estimated 2 matches for "pk12util".
2008 Jun 27
0
Redhat directory server with windows2003 ads passsync error
...ry Server" -c "CA
Certificate" -t "u,u,u" -m 1001 -v 9999 -d .
-z noise.txt -f pin.txt
- Convert to pkcs12 format (note these files will be used within the AD
system, and the prompted password for the commands below will need to match
password in pin.txt file)
pk12util -d . -o cacert.pk12 -n "CA Certificate"
pk12util -d . -o dscert.pk12 -n "server-cert"
###############################################################################################################################
*After that when i executed ldapsearch -x -ZZ it showing all...
2018 Jul 10
0
NSS on Debian Stretch with libnss3: Can not initialize SSL context
...key and certificate:
Import private key:
root at gold /etc/nut # openssl pkcs12 -export -inkey ./keys/gold.key \
-in ./keys/gold.crt -out ./keys/gold.p12 -name gold
Enter Export Password: sekret
Verifying - Enter Export Password: sekret
root at gold /etc/nut # pk12util -i ./keys/gold.p12 -d dbm:NSS_db
Enter password for PKCS12 file: sekret
pk12util: PKCS12 IMPORT SUCCESSFUL
Import certificate:
root at gold /etc/nut # openssl x509 -outform der \
-in ./keys/gold.pem -out ./keys/gold.der
root at gold /etc/nut # certutil -A -d db...