Hi,
I want to implement our own SSL certificates from our public domain to the ziti server, however i am not really getting anywhere.
we have a wildcard certificate for our domain which i want to implement instead of the self signed https certificate.
I did these two commands during the installation:
ln -s "${ZITI_PKI}/${ZITI_CTRL_EDGE_NAME}-intermediate/certs/${ZITI_CTRL_EDGE_ADVERTISED_ADDRESS}-server.chain.pem" "${ZITI_HOME}/ziti-console/server.chain.pem"
ln -s "${ZITI_PKI}/${ZITI_CTRL_EDGE_NAME}-intermediate/keys/${ZITI_CTRL_EDGE_ADVERTISED_ADDRESS}-server.key" "${ZITI_HOME}/ziti-console/server.key"
If you could explain me how to replace this certificate for a public one i would greatly appriciate it!
Thanks