Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nicholas J Anderson
nander13.gmu.io
Commits
edda430d
Commit
edda430d
authored
Jun 25, 2018
by
Nicholas J Anderson
Browse files
Certbot headless
parent
d2abcc18
Pipeline
#2575
passed with stage
in 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
edda430d
...
...
@@ -6,7 +6,7 @@ lets-encrypt:
script
:
-
pip install certbot-dns-rfc2136
-
for i in dns_rfc2136_server dns_rfc2136_port dns_rfc2136_name dns_rfc2136_secret dns_rfc2136_algorithm; do echo "$i = ${!i}" >> /rfc2136.ini; done
-
certbot certonly --dry-run --dns-rfc2136 --dns-rfc2136-credentials /rfc2136.ini -d nic-a.net --preferred-challenges dns-01
-
certbot certonly
--agree-tos --non-interactive --email nander13@gmu.edu
--dry-run --dns-rfc2136 --dns-rfc2136-credentials /rfc2136.ini -d nic-a.net --preferred-challenges dns-01
when
:
manual
pages
:
...
...
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