Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Thom
ISPConfig 3
Commits
3f665700
Commit
3f665700
authored
Mar 10, 2021
by
Marius Burkard
Browse files
Apply 1 suggestion(s) to 1 file(s)
parent
f71eaa6d
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/lib/classes/letsencrypt.inc.php
View file @
3f665700
...
...
@@ -167,7 +167,7 @@ class letsencrypt {
$cert_selection_command
=
"--expand"
;
}
$cmd
=
$letsencrypt
.
" certonly -n --text --agree-tos
$cert_selection_command
--authenticator webroot --server
$acme_version
--rsa-key-size 4096 --email
post
master@
$primary_domain
$webroot_args
"
;
$cmd
=
$letsencrypt
.
" certonly -n --text --agree-tos
$cert_selection_command
--authenticator webroot --server
$acme_version
--rsa-key-size 4096 --email
web
master@
$primary_domain
$webroot_args
"
;
return
$cmd
;
}
...
...
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