Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
e02b6b61
Commit
e02b6b61
authored
Nov 24, 2020
by
Fernando Verdugo
Browse files
fix(typo): remove extra character
Thanks to @lperezpaz Issue #1448
parent
83e9aed3
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/docs/create_cert.sh
View file @
e02b6b61
...
...
@@ -27,7 +27,7 @@ if [ ! -e $SERVER_KEY ]; then
fi
# create a certificate signing request (csr)
if
[
!
-e
server-key.csr
]
;
then
openssl req
-new
-key
$SERVER_KEY
-out
server-key.csr
-subj
"
$SUBJECT
/CN=
$SERVER_IP
>
"
openssl req
-new
-key
$SERVER_KEY
-out
server-key.csr
-subj
"
$SUBJECT
/CN=
$SERVER_IP
"
fi
# signing our server certificate with this ca
if
[
!
-e
server-cert.pem
]
;
then
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment