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
083c6736
Commit
083c6736
authored
Dec 17, 2015
by
Lukas Schauer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed TODO mark from help text on renew of changed domains
parent
6a8f4482
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
README.md
README.md
+2
-2
letsencrypt.sh
letsencrypt.sh
+1
-1
No files found.
README.md
View file @
083c6736
...
...
@@ -22,10 +22,10 @@ Feel free to report any issues you find with this script or contribute by submit
```
text
Usage: ./letsencrypt.sh [-h] [command [argument]] [parameter [argument]] [parameter [argument]] ...
Default command:
cron
Default command:
help
Commands:
--cron (-c) Sign/renew non-existant/changed
(TODO)
/expiring certificates.
--cron (-c) Sign/renew non-existant/changed/expiring certificates.
--revoke (-r) path/to/cert.pem Revoke specified certificate
--help (-h) Show help text
--env (-e) Output configuration variables for use in other scripts
...
...
letsencrypt.sh
View file @
083c6736
...
...
@@ -400,7 +400,7 @@ sign_domain() {
# Usage: --cron (-c)
# Description: Sign/renew non-existant/changed
(TODO)
/expiring certificates.
# Description: Sign/renew non-existant/changed/expiring certificates.
command_sign_domains
()
{
if
[[
-n
"
${
PARAM_DOMAIN
:-}
"
]]
;
then
# we are using a temporary domains.txt file so we don't need to duplicate any code
...
...
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