forked from alexAubin/letsencrypt_ynh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
43 lines (43 loc) · 1.22 KB
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "Let's encrypt",
"id": "letsencrypt",
"description": {
"en": "A package that automatically install let's encrypt certificates"
},
"licence": "free",
"maintainer": {
"name": "Alexandre Aubin",
"email": "alex.aubin@mailoo.org",
"url": "https://github.com/alexAubin"
},
"multi_instance": "false",
"arguments": {
"install" : [
{
"name": "domain",
"ask": {
"en": "Choose a main domain",
"fr": "Choisissez un domaine principal"
},
"example": "example.com"
},
{
"name": "admin",
"ask": {
"en": "Choose an admin user",
"fr": "Choisissez l'administrateur"
},
"example": "johndoe"
},
{
"name": "installForAllDomains",
"ask": {
"en": "Install for all domains ?",
"fr": "Installer pour tous les domaines ?"
},
"choices": ["Yes", "No"],
"default": "Yes"
}
]
}
}