Template:Let’s Encrypt/New Cert Command: Difference between revisions

From wiki
Fix command param
Fix description
Line 3: Line 3:
<templatedata>
<templatedata>
{
{
"description": "Warning about instructions applying only to the Debian distribution",
"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

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
domaindomain

For wich domain will you certificate be issued

Example
wiki.example.com
Stringrequired
commandcommand

Command to be run after certificate creation

Example
service nginx restart
Stringrequired

Example

{{Let’s Encrypt New Cert|domain=example.com|command=service nginx reload}}

Template:Let’s Encrypt New Cert