Skip to content

Instantly share code, notes, and snippets.

View iJustErikk's full-sized avatar

Erik Awwad iJustErikk

View GitHub Profile
@Gennnji
Gennnji / openssl.cnf
Created April 2, 2020 17:50
Setup sirv-cli for Rollup with SSL and HTTP/2
# OpenSSL configuration to generate a new key with signing requst for a x509v3
# multidomain certificate
#
# openssl req -config bla.cnf -new | tee csr.pem
# or
# openssl req -config bla.cnf -new -out csr.pem
[ req ]
default_bits = 4096
default_md = sha512
default_keyfile = key.pem