Update README.md

Moved subjectAltName to new topic "Remarks", i think it is not annotation / ingress related
This commit is contained in:
Claus Prüfer 2023-12-05 00:34:14 +01:00 committed by GitHub
parent 6e570f4df4
commit 1bffa1e167
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -92,13 +92,6 @@ tls:
secretName: tls-secret
```
| :exclamation: In future releases, CN verification seems to be "replaced" by SAN (Subject Alternate Name) for verrification, so do not forget to add |
|-----------------------------------------------------------------------------------------------------------------------------------------------------|
```bash
openssl req -addext "subjectAltName = DNS:mydomain.com" ...
```
## 4. Example / Test
The working .yaml Eyample: [ingress.yaml](ingress.yaml)
@ -113,3 +106,13 @@ wget \
--private-key=client-key.pem \
https://mydomain.com
```
## 5. Remarks
| :exclamation: In future releases, CN verification seems to be "replaced" by SAN (Subject Alternate Name) for verrification, so do not forget to add |
|-----------------------------------------------------------------------------------------------------------------------------------------------------|
```bash
openssl req -addext "subjectAltName = DNS:mydomain.com" ...
```