mirror of https://github.com/docker/docs.git
Typo in example command (#4580)
Configuration file should be extended with new key-valye instead of overwritten by it
This commit is contained in:
parent
3ad5068574
commit
7aa166e698
|
@ -85,7 +85,7 @@ using `10.10.10.20` and `127.0.0.1`:
|
||||||
Set the Docker daemon key's extended usage attributes to be used only for
|
Set the Docker daemon key's extended usage attributes to be used only for
|
||||||
server authentication:
|
server authentication:
|
||||||
|
|
||||||
$ echo extendedKeyUsage = serverAuth > extfile.cnf
|
$ echo extendedKeyUsage = serverAuth >> extfile.cnf
|
||||||
|
|
||||||
Now, generate the key:
|
Now, generate the key:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue