Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cacerts
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
cacerts
Commits
c0fef01e
Commit
c0fef01e
authored
Feb 19, 2020
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://git.iszf.irk.ru/certo/cacerts
parents
a2d75a36
2d694028
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
+8
-7
make-ca.sh-20170514
make-ca.sh-20170514
+8
-7
No files found.
make-ca.sh-20170514
View file @
c0fef01e
...
@@ -493,8 +493,8 @@ for tempfile in ${TEMPDIR}/certs/*.tmp; do
...
@@ -493,8 +493,8 @@ for tempfile in ${TEMPDIR}/certs/*.tmp; do
if
test
"
${
WITH_JAVA
}
"
==
"1"
;
then
if
test
"
${
WITH_JAVA
}
"
==
"1"
;
then
"
${
KEYTOOL
}
"
-import
-noprompt
-alias
"
${
certname
}
"
\
"
${
KEYTOOL
}
"
-import
-noprompt
-alias
"
${
certname
}
"
\
-keystore
"
${
TEMPDIR
}
/ssl/java/cacerts"
\
-keystore
"
${
TEMPDIR
}
/ssl/java/cacerts"
\
-storepass
'changeit'
-
file
tempfile.crt
\
-storepass
'changeit'
-
storetype
JKS
\
2>&1> /dev/null |
\
-file
tempfile.crt 2>&1> /dev/null |
\
sed
-e
's@Certificate was a@A@'
-e
's@keystore@Java keystore.@'
sed
-e
's@Certificate was a@A@'
-e
's@keystore@Java keystore.@'
fi
fi
...
@@ -687,7 +687,8 @@ if test -d "${LOCALDIR}"; then
...
@@ -687,7 +687,8 @@ if test -d "${LOCALDIR}"; then
if
test
"
${
WITH_JAVA
}
"
==
"1"
-a
"
${
satrust
}
x"
==
"Cx"
;
then
if
test
"
${
WITH_JAVA
}
"
==
"1"
-a
"
${
satrust
}
x"
==
"Cx"
;
then
"
${
KEYTOOL
}
"
-import
-noprompt
-alias
"
${
certname
}
"
\
"
${
KEYTOOL
}
"
-import
-noprompt
-alias
"
${
certname
}
"
\
-keystore
"
${
DESTDIR
}${
KEYSTORE
}
"
\
-keystore
"
${
DESTDIR
}${
KEYSTORE
}
"
\
-storepass
'changeit'
-file
"
${
cert
}
"
2>&1> /dev/null |
\
-storepass
'changeit'
-storetype
JKS
\
-file
"
${
cert
}
"
2>&1> /dev/null |
\
sed
-e
's@Certificate was a@A@'
-e
's@keystore@Java keystore.@'
sed
-e
's@Certificate was a@A@'
-e
's@keystore@Java keystore.@'
fi
fi
...
...
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