Difference between revisions of "Template:Let’s Encrypt/New Cert Command"
From wiki
(Fix command param) |
(Fix description) |
||
Line 3: | Line 3: | ||
<templatedata> | <templatedata> | ||
{ | { | ||
− | "description": " | + | "description": "Show Let’s Encrypt command to create a new certificate", |
"params": { | "params": { | ||
"domain": { | "domain": { |
Revision as of 22:18, 20 March 2016
Description
Show Let’s Encrypt command to create a new certificate
Parameter | Description | Type | Status | |
---|---|---|---|---|
Domain | domain | For wich domain will you certificate be issued
| String | required |
Command | command | Command to be run after certificate creation
| String | required |
Example
{{Let’s Encrypt New Cert|domain=example.com|command=service nginx reload}}