nextcloudpi/etc/ncp-config.d/letsencrypt.cfg
Tobias Knöppler 81ef2331bf
Remove ownyourbits.com in various places
Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com>
Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com>
2024-05-01 15:46:58 +02:00

35 lines
970 B
INI
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"id": "letsencrypt",
"name": "Let's Encrypt, Automatic signed SSL certificates",
"title": "letsencrypt",
"description": "Automatic signed SSL certificates. Lets Encrypt is a free, automated, and open Certificate Authority.",
"info": "Internet access is required for this configuration to complete\nBoth ports 80 and 443 need to be accessible from the internet\n\nYour certificate will be automatically renewed every month",
"infotitle": "Warning",
"params": [
{
"id": "ACTIVE",
"name": "Active",
"value": "no",
"type": "bool"
},
{
"id": "DOMAIN",
"name": "Domain",
"value": "",
"suggest": "mycloud.nextcloudpi.com"
},
{
"id": "OTHER_DOMAIN",
"name": "Additional domain",
"value": "",
"suggest": "optional.cloud.nextcloudpi.com"
},
{
"id": "EMAIL",
"name": "Email",
"value": "",
"suggest": "mycloud@nextcloudpi.com"
}
]
}