Hi,

> Thank you so much for the response and explanation.
> Using this command: openxpkiadm certificate import  --file root_CA1.pem  
> --realm democa --token curtsying
> I have added a new token for signing and now I cannot undo it and it is 
> causing this exception for issuing the crl:
> Certificate signing token is not online 
> Can u please guide me on how I can change the signing token back to what it 
> was (the default Demo Issuing CA)? 

List the existing aliases in the PKI Realm:

openxpkiadm alias list --realm democa --filter all

Identify which certificate alias you need to remove and delete it:

openxpkiadm alias --remove YOURALIAS --realm democa

Cheers

Martin



_______________________________________________
OpenXPKI-users mailing list
OpenXPKI-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openxpki-users

Reply via email to