Skip to content

Instantly share code, notes, and snippets.

@Tynael
Created November 29, 2023 16:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Tynael/d6c2ab605ed5e57efedf42da237d4e4d to your computer and use it in GitHub Desktop.
Save Tynael/d6c2ab605ed5e57efedf42da237d4e4d to your computer and use it in GitHub Desktop.
v3.ext file used by makecert.bat file to generate an SSL certificate with some specific configurations
authorityKeyIdentifier=keyid,issuer
basicConstraints=CA:FALSE
keyUsage = digitalSignature, nonRepudiation, keyEncipherment, dataEncipherment
subjectAltName = @alt_names
[alt_names]
DNS.1 = localhost
DNS.2 = *.localvaren.com
DNS.3 = localvaren.com
DNS.4 = 127.0.0.1
DNS.5 = 127.0.0.2
@Tynael
Copy link
Author

Tynael commented Nov 29, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment