Update README.md
Add openssl subjectAltName and remark for future releases.
This commit is contained in:
parent
be9eb0f200
commit
6e570f4df4
1 changed files with 6 additions and 2 deletions
|
@ -92,8 +92,12 @@ tls:
|
||||||
secretName: tls-secret
|
secretName: tls-secret
|
||||||
```
|
```
|
||||||
|
|
||||||
| :exclamation: In future releases, CN verification seems to be "replaced" by SAN (Subject Alternate Name) for verrification |
|
| :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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue