aboutsummaryrefslogtreecommitdiff
path: root/metadata.json
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-01-05 16:29:24 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2023-01-05 16:29:24 +0100
commitd21390519026e6d31ffb2cfbb08bd77aebfce7c3 (patch)
tree7f3f4c79f3a62564f92bda45a365a51596fa37e1 /metadata.json
parentInitial commit (diff)
downloadhugonikanor-letsencrypt-d21390519026e6d31ffb2cfbb08bd77aebfce7c3.tar.gz
hugonikanor-letsencrypt-d21390519026e6d31ffb2cfbb08bd77aebfce7c3.tar.xz
Initial code.
Diffstat (limited to 'metadata.json')
-rw-r--r--metadata.json35
1 files changed, 35 insertions, 0 deletions
diff --git a/metadata.json b/metadata.json
new file mode 100644
index 0000000..8ec88ca
--- /dev/null
+++ b/metadata.json
@@ -0,0 +1,35 @@
+{
+ "name": "HugoNikanor-letsencrypt",
+ "version": "0.1.0",
+ "author": "HugoNikanor",
+ "license": "Apache-2.0",
+ "tags": [
+ "letsencrypt",
+ "let's encrypt",
+ "certbot",
+ "acme"
+ ],
+ "operatingsystem_support": [
+ {
+ "operatingsystem": "Archlinux"
+ },
+ {
+ "operatingsystem": "CentOS",
+ "operatingsystemrelease": [
+ "7", "8"
+ ]
+ },
+ {
+ "operatingsystem": "Fedora",
+ "operatingsystemrelease": [
+ "36"
+ ]
+ },
+ {
+ "operatingsystem": "FreeBSD, Debian, Ubuntu, ..."
+ }
+ ],
+ "dependencies": {
+ "stdlib": {}
+ }
+}