Re: [389-users] generate certificate request with certutil

2009-12-17 Thread muzzol
2009/12/17 Rob Crittenden : > -S generates a certificate using a CA from the same database. You want to > create a Certificiate Signing Request (CSR). Try this: > > certutil -R -s "CN=testserver.example.com" -d . -a > > This will produce a base64-encoded CSR that you can pass along to your CA. > t

Re: [389-users] generate certificate request with certutil

2009-12-17 Thread Rob Crittenden
muzzol wrote: hi, i want to generate a certificate request from command line to send to an external CA. this is what i use: certutil -S -n "test-server" -s "CN=testserver.example.com" -c "CA auth" -t "u,u,u" -m 1023 -v 120 -d . and i get this error: certutil: unable to retrieve key CA auth:

[389-users] generate certificate request with certutil

2009-12-17 Thread muzzol
hi, i want to generate a certificate request from command line to send to an external CA. this is what i use: certutil -S -n "test-server" -s "CN=testserver.example.com" -c "CA auth" -t "u,u,u" -m 1023 -v 120 -d . and i get this error: certutil: unable to retrieve key CA auth: The private key