Skip to content
Discussion options

You must be logged in to vote

@dcontiveros-nf

currently when provision a host key, cloudstack will generate a cert/key/jks for cloudstack-agent.

/etc/cloudstack/agent/cloud.ca.crt
/etc/cloudstack/agent/cloud.crt
/etc/cloudstack/agent/cloud.key

these are also used by libvirt . you may have noticed in the script scripts/util/keystore-cert-import

  • if you want to use self-signed cert for libvirt

it is easy, you just need to remove the symblink and use your own key.
do not forget to remove the ln -sf in the script scripts/util/keystore-cert-import

  • if you want to use self-signed cert for cloudstack-agent

I think it is possible (but I never tested it)
please bear in mind that the cert/key/jks are generated with a RSA key…

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@DaanHoogland
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by DaanHoogland
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants