Skip to content

Commit

Permalink
X
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatczuk committed Aug 2, 2023
1 parent 4e8b33d commit 941a557
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions e2e/certs/gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,8 @@ generate_certificate() {
[v3_req]
basicConstraints=critical,CA:FALSE
authorityKeyIdentifier=keyid,issuer
subjectAltName=@alt_names
subjectAltName=DNS:${HOST_NAME}
keyUsage=digitalSignature,keyEncipherment
[ alt_names ]
DNS.1 = localhost
DNS.2 = ${HOST_NAME}
EOF
)

Expand Down

0 comments on commit 941a557

Please sign in to comment.