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
12c566b1
Commit
12c566b1
authored
Dec 07, 2015
by
Lukas Schauer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added certificate revocation to feature-list
parent
063d28a6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
README.md
README.md
+6
-1
No files found.
README.md
View file @
12c566b1
...
@@ -12,6 +12,7 @@ The only remaining perl code in this repository is the script you can use to con
...
@@ -12,6 +12,7 @@ The only remaining perl code in this repository is the script you can use to con
Current features:
Current features:
-
Signing of a list of domains
-
Signing of a list of domains
-
Renewal if a certificate is about to expire
-
Renewal if a certificate is about to expire
-
Certificate revocation
Please keep in mind that this software and even the acme-protocol are relatively young and may still have some unresolved issues.
Please keep in mind that this software and even the acme-protocol are relatively young and may still have some unresolved issues.
Feel free to report any issues you find with this script or contribute by submitting a pullrequest.
Feel free to report any issues you find with this script or contribute by submitting a pullrequest.
...
@@ -35,7 +36,11 @@ After doing those two things you can just `./letsencrypt.sh`, and it should gene
...
@@ -35,7 +36,11 @@ After doing those two things you can just `./letsencrypt.sh`, and it should gene
It can be used inside a cronjob as it automatically detects if a certificate is about to expire.
It can be used inside a cronjob as it automatically detects if a certificate is about to expire.
### nginx
### Certificate revocation
Usage:
`./letsencrypt.sh revoke path/to/cert.pem`
### nginx config
If you want to use nginx you can set up a location block to serve your challenge responses:
If you want to use nginx you can set up a location block to serve your challenge responses:
...
...
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