Tag: HTTPS

  • Self-signed certificate for local HTTPS connection

    Self-signed certificate for local HTTPS connection

    When setting up an HTTPS server for development purpose, you probably don’t want to buy a certificate. However you still need to run with HTTPS locally to develop/test if your web application works under HTTPS connections. You can create a self-signed certificate for free using OpenSSL. Generate a private key This command is to genetate a 4096-bit […]