Update README.md
Moved subjectAltName to new topic "Remarks", i think it is not annotation / ingress related
This commit is contained in:
parent
6e570f4df4
commit
1bffa1e167
1 changed files with 10 additions and 7 deletions
|
@ -92,13 +92,6 @@ tls:
|
||||||
secretName: tls-secret
|
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
|
## 4. Example / Test
|
||||||
|
|
||||||
The working .yaml Eyample: [ingress.yaml](ingress.yaml)
|
The working .yaml Eyample: [ingress.yaml](ingress.yaml)
|
||||||
|
@ -113,3 +106,13 @@ wget \
|
||||||
--private-key=client-key.pem \
|
--private-key=client-key.pem \
|
||||||
https://mydomain.com
|
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" ...
|
||||||
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue