File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -144,31 +144,29 @@ dockers:
144
144
- ' --label=org.opencontainers.image.version={{.Version}}'
145
145
- ' --platform=linux/arm/v7'
146
146
147
- # Disabled because https://github.com/go-acme/lego/pull/2134#issuecomment-2135293270
148
147
snapcrafts :
149
148
- name : lego
150
- disable : true
149
+ disable : false
150
+ publish : true
151
151
grade : stable
152
152
confinement : strict
153
153
license : MIT
154
154
base : core22
155
- publish : true
156
155
summary : Lego is a Let's Encrypt/ACME client.
157
156
description : |
158
157
Lego is a Let's Encrypt/ACME client written in Go.
159
-
158
+
160
159
The lego snap makes it easy to install and use Lego on any Linux distribution that supports snaps.
161
-
160
+
162
161
Usage:
163
162
* `sudo snap install lego`
164
163
* `sudo lego --email="you@example.com" --domains="example.com" --server=https://acme-staging-v02.api.letsencrypt.org/directory --http --http.port :8080 run
165
-
166
164
channel_templates :
167
165
- edge
168
166
169
167
apps :
170
168
lego :
171
- command : bin/ lego
169
+ command : lego
172
170
environment :
173
171
LEGO_PATH : /var/snap/lego/common/.lego
174
172
plugs :
You can’t perform that action at this time.
0 commit comments