Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

I am attempting to import a cert into a iplanet 6 webserver using the below command.

pk12util -v -i cert.pk12  -d /sun/alias/ -P $KEYSTORE

I then enter my passwords and the output is:

Converted from: 0 Converted to: 0 0

When I check with the below command, it hasn't been imported.

certutil -L -d /sun/alias/ -P $KEYSTORE

Results are blank:

Certificate Name Trust Attributes

I have tried various different ways of generating my pk12 cert and all have the same result.

Any help would be appreciated before my certs expire.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.