Steven Jones wrote:
[EMAIL PROTECTED] slapd-vuwunicvfdsm001]# ./start-slapd
Enter PIN for Internal (Software) Token:

After installing a ssl certificate I now need to enter a password every
time I start it, how to negate this need?
1) You can use modutil to remove the password for your key/cert database:
modutil -dbdir . -dbprefix slapd-serverID- -changepw 'NSS Certificate DB'
Then just hit Enter for the new password.
2) You can create a pin.txt file
cat > slapd-serverID-pin.txt
Internal (Software) Token:thepasswordforyourkeydb
^D
make sure the pin.txt file is owned by your server user (e.g. chown nobody:nobody) and is mode 0400
[EMAIL PROTECTED] slapd-vuwunicvfdsm001]# ./start-slapd
Enter PIN for Internal (Software) Token:
[EMAIL PROTECTED] slapd-vuwunicvfdsm001]# cd ../

[EMAIL PROTECTED] fedora-ds]# ./startconsole -u admin -a
http://vuwunicvfdsm001.vuw.ac.nz:54200/ &
[1] 3244
[EMAIL PROTECTED] fedora-ds]#

Regards

Steven
--
Fedora-directory-users mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/fedora-directory-users

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

--
Fedora-directory-users mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/fedora-directory-users

Reply via email to