Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
letsencrypt.sh
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
letsencrypt.sh
Commits
ff3dbc58
Commit
ff3dbc58
authored
Dec 06, 2015
by
Lukas Schauer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
default location for acme-challenges
parent
e300c0a1
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
2 deletions
+5
-2
.acme-challenges/.keep
.acme-challenges/.keep
+0
-0
.gitignore
.gitignore
+2
-0
config.sh.example
config.sh.example
+2
-2
letsencrypt.sh
letsencrypt.sh
+1
-0
No files found.
.acme-challenges/.keep
0 → 100644
View file @
ff3dbc58
.gitignore
View file @
ff3dbc58
...
@@ -3,3 +3,5 @@ domains.txt
...
@@ -3,3 +3,5 @@ domains.txt
config.sh
config.sh
certs/*
certs/*
!certs/.keep
!certs/.keep
.acme-challenges/*
!.acme-challenges/.keep
config.sh.example
View file @
ff3dbc58
# default values are commented
# default values are commented
#CA="https://acme-v01.api.letsencrypt.org"
#CA="https://acme-v01.api.letsencrypt.org"
WELLKNOWN="/var/www/letsencrypt/.well-known/acme-challenge
"
#WELLKNOWN=".acme-challenges
"
#KEYSIZE=4096
#KEYSIZE=4096
# program called before responding to the challenge, arguments: path/to/token
# program called before responding to the challenge, arguments: path/to/token
...
@@ -10,4 +10,4 @@ WELLKNOWN="/var/www/letsencrypt/.well-known/acme-challenge"
...
@@ -10,4 +10,4 @@ WELLKNOWN="/var/www/letsencrypt/.well-known/acme-challenge"
#HOOK_CHALLENGE=
#HOOK_CHALLENGE=
# try to renew certs that are within RENEW_DAYS days of there expire date
# try to renew certs that are within RENEW_DAYS days of there expire date
#RENEW_DAYS="14"
#RENEW_DAYS="14"
\ No newline at end of file
letsencrypt.sh
View file @
ff3dbc58
...
@@ -10,6 +10,7 @@ LICENSE="https://letsencrypt.org/documents/LE-SA-v1.0.1-July-27-2015.pdf"
...
@@ -10,6 +10,7 @@ LICENSE="https://letsencrypt.org/documents/LE-SA-v1.0.1-July-27-2015.pdf"
HOOK_CHALLENGE
=
HOOK_CHALLENGE
=
RENEW_DAYS
=
"14"
RENEW_DAYS
=
"14"
KEYSIZE
=
"4096"
KEYSIZE
=
"4096"
WELLKNOWN
=
".acme-challenges"
.
./config.sh
.
./config.sh
...
...
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