Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Ian Eiloart
Sympl
Commits
ee4f21f8
Commit
ee4f21f8
authored
Sep 08, 2019
by
Paul Cammish
Browse files
Merge branch 'issue263_buster' into 'buster-testing'
Issue 263 (buster) See merge request
sympl/sympl!127
parents
6ea37b8d
519d7384
Changes
2
Hide whitespace changes
Inline
Side-by-side
core/debian/changelog
View file @
ee4f21f8
sympl-core (10.0.190908.0) stable; urgency=medium
* Set default threshold for LE cert renewal to 30 days.
-- Paul Cammish <sympl@kelduum.net> Sun, 08 Sep 2019 12:03:00 +0100
sympl-core (10.0.190816.0) stable; urgency=medium
* Adds detection of NAT64 environments for sympl-ssl wrapper.
...
...
core/sbin/sympl-ssl.rb
View file @
ee4f21f8
...
...
@@ -12,7 +12,7 @@
# --force Re-generate certificates, and roll over to the new set even
# if they're not due to be renewed. Implies --verbose.
#
# --threshold days Number of days before expiry that certificates should be renewed. Defaults to
21
.
# --threshold days Number of days before expiry that certificates should be renewed. Defaults to
30
.
#
# --select set Select a specific set for a single domain. A domain must be specified.
#
...
...
@@ -99,7 +99,7 @@ $DEBUG = false
prefix
=
'/srv'
do_list
=
do_generate
=
do_rollover
=
nil
rollover_to
=
nil
threshold
=
21
threshold
=
30
etc_dir
=
'/etc'
opts
.
each
do
|
opt
,
arg
|
...
...
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