autopep8, openssl-req, safe, sn, lvm: fix typo (#5719)

This commit is contained in:
bl-ue
2021-04-10 15:30:31 -04:00
committed by GitHub
parent 3815dd2178
commit 25a8f14863
5 changed files with 5 additions and 5 deletions

View File

@@ -7,6 +7,6 @@
`openssl req -new -sha256 -key {{filename.key}} -out {{filename.csr}}`
- Generate a self-signed certificate and a corresponding keypair, storing both in a file:
- Generate a self-signed certificate and a corresponding key-pair, storing both in a file:
`openssl req -new -x509 -newkey {{rsa}}:{{4096}} -keyout {{filename.key}} -out {{filename.cert}} -subj "{{/C=XX/CN=foobar}}" -days {{365}}`