4 "Content-Type: text/plain; charset=UTF-8\n"
5 "Content-Transfer-Encoding: 8bit\n"
7 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:18
8 msgid "ACME certificates"
11 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3
15 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:27
16 msgid "ACME global config"
19 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:35
23 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:43
24 msgid "Certificate config"
27 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:107
28 msgid "Challenge Alias"
31 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:94
35 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:101
36 msgid "DNS API credentials"
39 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:112
43 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:88
47 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:89
49 "Domain names to include in the certificate. The first name will be the "
50 "subject name, subsequent names will be alt names. Note that all domain names "
51 "must point at the router in the global DNS."
54 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:36
55 msgid "Email address to associate with account key."
58 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:40
59 msgid "Enable debug logging"
62 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:47
66 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:51
68 "Get certificate from the Letsencrypt staging server (use for testing; the "
69 "certificate won't be valid)."
72 #: applications/luci-app-acme/root/usr/share/rpcd/acl.d/luci-app-acme.json:3
73 msgid "Grant UCI access for luci-app-acme"
76 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:55
80 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:56
81 msgid "Key size (and type) for the generated certificate."
84 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:30
85 msgid "State directory"
88 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:108
90 "The challenge alias to use for ALL domains. See https://github.com/acmesh-"
91 "official/acme.sh/wiki/DNS-alias-mode for the details of this process. LUCI "
92 "only supports one challenge alias per certificate."
95 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:102
97 "The credentials for the DNS API mode selected above. See https://github.com/"
98 "acmesh-official/acme.sh/wiki/dnsapi for the format of credentials required "
99 "by each API. Add multiple entries here in KEY=VAL shell variable format to "
100 "supply multiple credential variables."
103 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:113
105 "The domain alias to use for ALL domains. See https://github.com/acmesh-"
106 "official/acme.sh/wiki/DNS-alias-mode for the details of this process. LUCI "
107 "only supports one challenge domain per certificate."
110 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:19
112 "This configures ACME (Letsencrypt) automatic certificate installation. "
113 "Simply fill out this to have the router configured with Letsencrypt-issued "
114 "certificates for the web interface. Note that the domain names in the "
115 "certificate must already be configured to point at the router's public IP "
116 "address. Once configured, issuing certificates can take a while. Check the "
117 "logs for progress and any errors."
120 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:95
122 "To use DNS mode to issue certificates, set this to the name of a DNS API "
123 "supported by acme.sh. See https://github.com/acmesh-official/acme.sh/wiki/"
124 "dnsapi for the list of available APIs. In DNS mode, the domain name does not "
125 "have to resolve to the router IP. DNS mode is also the only mode that "
126 "supports wildcard certificates. Using this mode requires the acme-dnsapi "
127 "package to be installed."
130 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:75
132 "Update the nginx config with this certificate once issued (only select this "
133 "for one certificate).Nginx must support ssl, if not it won't start as it "
134 "needs to be compiled with ssl support to use cert options"
137 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:67
139 "Update the uhttpd config with this certificate once issued (only select this "
140 "for one certificate).Is also available luci-app-uhttpd to configure uhttpd "
141 "form the LuCI interface."
144 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:74
145 msgid "Use for nginx"
148 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:66
149 msgid "Use for uhttpd"
152 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:50
153 msgid "Use staging server"
156 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:82
157 msgid "Webroot directory"
160 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:83
162 "Webserver root directory. Set this to the webserver document root to run "
163 "Acme in webroot mode. The web server must be accessible from the internet on "
167 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:31
168 msgid "Where certs and other state files are kept."