Template:Let’s Encrypt/New Cert Command: Difference between revisions
From wiki
Created page with "<noinclude> == Description == <templatedata> { "description": "Warning about instructions applying only to the Debian distribution", "params": { "domain": { "descriptio..." |
Fix command param |
||
Line 42: | Line 42: | ||
Restarting services: | Restarting services: | ||
{{command}} | {{{command}}} | ||
|lang="console"}} | |lang="console"}} | ||
</includeonly> | </includeonly> |
Revision as of 22:15, 20 March 2016
Description
Warning about instructions applying only to the Debian distribution
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}}