Skip to content

Commit

Permalink
mTLS-readme added with configuration steps
Browse files Browse the repository at this point in the history
  • Loading branch information
an1l4 committed May 20, 2024
1 parent 79f04b0 commit 1fb516b
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions docs/CONFIGURATION_MTLS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,51 +4,28 @@

```$xslt
[ req ]
default_bits = 2048
distinguished_name = req_distinguished_name
req_extensions = req_ext
x509_extensions = v3_ca
[ req_distinguished_name ]
countryName = Country Name (2 letter code)
countryName_default = IN
stateOrProvinceName = State or Province Name (full name)
stateOrProvinceName_default = Tamil Nadu
localityName = Locality Name (eg, city)
localityName_default = Chennai
organizationName = Organization Name (eg, company)
organizationName_default = Kubviz
commonName = Common Name (e.g. server FQDN or YOUR name)
commonName_max = 64
[ req_ext ]
subjectAltName = @alt_names
[ v3_ca ]
subjectAltName = @alt_names
[ alt_names ]
DNS.1 = kubviz-client-nats
DNS.2 = kubviz-client
DNS.3 = kubviz-agent
```

Expand Down

0 comments on commit 1fb516b

Please sign in to comment.