Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
etersoft-admin-essentials
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
etersoft-admin-essentials
Commits
d954d09f
Commit
d954d09f
authored
Jun 23, 2015
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix cert scripts
parent
bdbe1dd3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
copy_certs_to_hosts-common.sh
certs/copy_certs_to_hosts-common.sh
+3
-1
copy_startssl_to_hosts.sh
certs/copy_startssl_to_hosts.sh
+1
-1
No files found.
certs/copy_certs_to_hosts-common.sh
View file @
d954d09f
...
...
@@ -21,7 +21,9 @@ copy_to_nginx()
echo
"Copying
$1
cert..."
CERT
=
$1
if
[
-r
"
$INTERMEDCERT
"
]
;
then
cat
"
$CERT
"
"
$INTERMEDCERT
"
>
tempcert.crt
||
fatal
cat
"
$CERT
"
>
tempcert.crt
||
fatal
echo
>>
tempcert.crt
||
fatal
cat
"
$INTERMEDCERT
"
>>
tempcert.crt
||
fatal
CERT
=
tempcert.crt
fi
...
...
certs/copy_startssl_to_hosts.sh
View file @
d954d09f
...
...
@@ -8,7 +8,7 @@
cd
sites
#
copy_to_nginx eterfund.pem gitlab.eterfund.ru.crt devel
copy_to_nginx eterfund.pem gitlab.eterfund.ru.crt devel
#copy_to_nginx search.office.etersoft.ru.crt priv
#copy_to_nginx stog.etersoft.ru.crt stog
...
...
Write
Preview
Markdown
is supported
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