Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
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
Justin
slapos
Commits
e0b1a5d7
Commit
e0b1a5d7
authored
Sep 11, 2019
by
Łukasz Nowak
Committed by
Łukasz Nowak
Oct 01, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
caddy-frontend: Use SR openssl instead of uncontrolled one
parent
206f9717
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
software/caddy-frontend/buildout.hash.cfg
software/caddy-frontend/buildout.hash.cfg
+1
-1
software/caddy-frontend/instance-kedifa.cfg.in
software/caddy-frontend/instance-kedifa.cfg.in
+1
-1
No files found.
software/caddy-frontend/buildout.hash.cfg
View file @
e0b1a5d7
...
@@ -118,4 +118,4 @@ md5sum = 38792c2dceae38ab411592ec36fff6a8
...
@@ -118,4 +118,4 @@ md5sum = 38792c2dceae38ab411592ec36fff6a8
[template-kedifa]
[template-kedifa]
filename = instance-kedifa.cfg.in
filename = instance-kedifa.cfg.in
md5sum =
cff26f5f85bb6fe6099150851e3874c7
md5sum =
7ef17a06232f87eb2c390a837d88c38f
software/caddy-frontend/instance-kedifa.cfg.in
View file @
e0b1a5d7
...
@@ -134,7 +134,7 @@ stop-on-error = True
...
@@ -134,7 +134,7 @@ stop-on-error = True
update-command = ${:command}
update-command = ${:command}
command =
command =
if ! [ -f ${:key} ] && ! [ -f ${:certificate} ] ; then
if ! [ -f ${:key} ] && ! [ -f ${:certificate} ] ; then
openssl
req -new -newkey rsa:2048 -sha256 -subj \
{{ parameter_dict['openssl'] }}
req -new -newkey rsa:2048 -sha256 -subj \
"/O=${kedifa-csr:organization}/OU=${kedifa-csr:organizational_unit}/CN={{ instance_parameter['ipv6-random'] }}" \
"/O=${kedifa-csr:organization}/OU=${kedifa-csr:organizational_unit}/CN={{ instance_parameter['ipv6-random'] }}" \
-days 5 -nodes -x509 -keyout ${:key} -out ${:certificate}
-days 5 -nodes -x509 -keyout ${:key} -out ${:certificate}
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