Skip to content

Instantly share code, notes, and snippets.

View RDalcolmo's full-sized avatar

Rafael Dalcolmo RDalcolmo

  • New York
  • 09:50 (UTC -04:00)
  • X @SkyeRaf
View GitHub Profile
@ismyrnow
ismyrnow / openssl.cnf
Last active August 2, 2023 19:38
Certificate creation in Windows
[req]
distinguished_name = req_distinguished_name
x509_extensions = v3_req
prompt = no
default_md = sha224
[req_distinguished_name]
CN = localhost.ssl
[v3_req]
keyUsage = keyEncipherment, dataEncipherment
extendedKeyUsage = serverAuth