Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
N
nander13.gmu.io
Project
Project
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nicholas J Anderson
nander13.gmu.io
Commits
6b7a2d5e
Commit
6b7a2d5e
authored
Jun 25, 2018
by
Nicholas J Anderson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pretty it up a bit, maybe faster?
Also, axe the debug output.
parent
3609b9a8
Pipeline
#2577
passed with stage
in 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
5 deletions
+15
-5
.gitlab-ci.yml
.gitlab-ci.yml
+15
-5
No files found.
.gitlab-ci.yml
View file @
6b7a2d5e
...
...
@@ -2,13 +2,23 @@ image: alpine:latest
lets-encrypt
:
stage
:
deploy
image
:
python:3.
6
image
:
certbot/certbot-dns-rfc213
6
script
:
-
pip install certbot-dns-rfc2136
-
umask
0077
-
for i in dns_rfc2136_server dns_rfc2136_port dns_rfc2136_name dns_rfc2136_secret dns_rfc2136_algorithm; do echo "$i = ${!i}" | tee -a /rfc2136.ini; done
-
cat /rfc2136.ini
-
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
-
>
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 \
--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