Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
devops-tools
ssl-certificate-utils
Commits
581f54c2
Commit
581f54c2
authored
Aug 22, 2018
by
Xueshan Feng
Browse files
remved -rand option. It's unknow with newer openssl.
parent
50fe937c
Changes
1
Hide whitespace changes
Inline
Side-by-side
create-star-cert-req.sh
View file @
581f54c2
...
...
@@ -44,7 +44,7 @@ fi
echo
"creating the
$subdomain
.key and
$subdomain
.csr...."
cat
site.cnf.tmpl |
sed
"s/FQDN/
$subdomain
.
$domain
/;s/OU/
$ou
/;s/EMAIL/
$email
/"
>
$subdomain
.cnf
openssl req
-new
-config
$subdomain
.cnf
-rand
/dev/urandom
-nodes
-keyout
$subdomain
.
$domain
.key
-out
$subdomain
.
$domain
.csr
openssl req
-new
-config
$subdomain
.cnf
-nodes
-keyout
$subdomain
.
$domain
.key
-out
$subdomain
.
$domain
.csr
echo
"
$subdomain
.csr is generated:"
openssl req
-text
-noout
-in
$subdomain
.
$domain
.csr
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