From d21390519026e6d31ffb2cfbb08bd77aebfce7c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 5 Jan 2023 16:29:24 +0100 Subject: Initial code. --- metadata.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 metadata.json (limited to 'metadata.json') 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": {} + } +} -- cgit v1.2.3