0

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.

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.

SeaDude
  • 3,725
  • 6
  • 31
  • 68
  • The `.prv` file is likely the "private" key. It can have a few different extensions. .key, .pem, .prv, etc. – vcsjones May 28 '18 at 02:43
  • Thank you for the response. So the .prv file = the .key file? Is there any references for this? With all the worry about "exposing your private keys" you'd think this would be more straightforward. – SeaDude May 28 '18 at 07:30
  • 1
    @SeaDude, it seems to be referred to as a private key. Based on https://learn.microsoft.com/en-us/azure/virtual-machines/linux/tutorial-secure-web-server#create-a-cloud-init-config-to-secure-nginx – Aimal Khan Jun 21 '21 at 18:17

0 Answers0