I can see mycert.cert
and mycert.prv
but there is no "SSL Key" in the /var/lib/waagent
directory of the VM I just created.
- Deployed an nginx webserver, with SSL cert, using cloud-init, on ubuntu 17.10 VM using Azure KeyVault per the official instructions here.
- Installed Jupyter Hub on the VM using the official instructions here.
- Now I'd like to add the SSL key and cert to the Jupyter Hub config file per these instructions. Its asking for this format:
jupyterhub --ip x.x.x.x --port 443 --ssl-key my_ssl.key --ssl-cert my_ssl.cert
Where is this ssl.key
file?
Any help is much appreciated.