Hi there
root@CA-ITOPS-CA-01:~# openxpkictl start
OpenXPKI Server already running. PID: 17243
This was started with "democa" as the realm. never stopped. So the init values
were never changed in memory, script simply starts per the quick start guide.
Interesting behavior.
want to confirm the correct import command to remove this.
Deprecated - please use openxpkiadm alias with --file option instead
Successfully wrote key to /etc/openxpki/ca/vault-1.pem
is this to replace the below implicit one liner with explicit 2 line commands
per the quick setup guide?
Old:
openxpkiadm certificate import --file "${DATAVAULT_CERTIFICATE}" --realm
"${REALM}" --token datasafe --key ${DATAVAULT_KEY}
New:
1) openxpkiadm certificate import --file "${DATAVAULT_CERTIFICATE}"
2) openxpkiadm alias --realm "${REALM}" --token datasafe --file
"${DATAVAULT_CERTIFICATE}"
_______________________________________________
OpenXPKI-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openxpki-users