Skip to content
Snippets Groups Projects
Verified Commit 76d719d0 authored by Heiko Reese's avatar Heiko Reese :dizzy_face:
Browse files

fix: removed redundant `-noenc`

parent a481331b
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,6 @@ Jedem Hostname muss `DNS:` vorangestellt werden, mehrere Einträge sind mit `,`
openssl req dOpenSSL_Key_Typed dCSR_PKey_Encryptedd \
-out xCSR_Server_Reqfilex \
-keyout xCSR_Server_Keyfilex \
-noenc \
-subj '/CN=xCSR_Server_CNx' \
-addext 'subjectAltName = DNS:weiterer-hostname.ifmb.kit.edu,DNS:noch-ein-hostname.ifmb.kit.edu'
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment