mirror of https://github.com/docker/docs.git
Fix the command for generating content trust delegation cert. (#2163)
This commit is contained in:
parent
d7e01bd7bc
commit
504fdf9295
|
@ -74,7 +74,7 @@ can self-sign the certificate (in this example, creating a certificate that is
|
|||
valid for 1 year):
|
||||
|
||||
```
|
||||
$ openssl x509 -req -days 365 -in delegation.csr -signkey delegation.key -out delegation.crt
|
||||
$ openssl x509 -req -sha256 -days 365 -in delegation.csr -signkey delegation.key -out delegation.crt
|
||||
```
|
||||
|
||||
Then they need to give you `delegation.crt`, whether it is self-signed or signed
|
||||
|
|
Loading…
Reference in New Issue