I'm trying to create a csr for a cisco prime server.
I managed to create a csr and put it in the "defaultRepo", which is local on the disk. After what I've read I need to create a certificate repo and upload the csr to that location. Now to the real question, where am I supposed to upload the csr?
When I try to generate the csr with: admin# ncs key genkey -newdn -csr csrfile.cert repository certificates
I get the following error message:
Writing certificate signing request to /opt/CSCOlumos/migrate/restore/csrfile.cert
INFO: no staging url defined, using local space. rval:2
ERROR: Upload of csrfile.cert failed. rval:-200
ERROR: ncs key genkey command failed. rval:-200
My thoughts is that i can't use that repo since it does not exist in the running config.
Follow-up question. After i have created mye certificate in a new repo, and signed it afterwards. How can i make the web-server use it (to remove URL-warnings) ?