David Stutzman wrote:
import user cert:
certutil -A -d . -n "nickname you want the cert to have" -a exported.cer -t ",,"

import ca cert and set S/MIME trust bit:
certutil -A -d . -n "nickname you want the cert to have" -a exported.cer -t ",C,"

GAH... -a should be -i

import user cert:
certutil -A -d . -n "nickname you want the cert to have" -i exported.cer
-t ",,"

import ca cert and set S/MIME trust bit:
certutil -A -d . -n "nickname you want the cert to have" -i exported.cer
-t ",C,"
--
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto

Reply via email to