chksum
This commit is contained in:
parent
32dc75f9c3
commit
fd350dfa8b
2 changed files with 12 additions and 2 deletions
|
@ -10,8 +10,8 @@ license="MIT"
|
||||||
depends="certbot"
|
depends="certbot"
|
||||||
makedepends="py3-setuptools"
|
makedepends="py3-setuptools"
|
||||||
source="
|
source="
|
||||||
$pkgname-$pkgver.tar.gz::https://github.com/onynio/certbot-plugin-gandi/archive/refs/tags/$pkgver.zip
|
$pkgname-$pkgver.tar.gz::https://github.com/obynio/certbot-plugin-gandi/archive/refs/tags/$pkgver.zip
|
||||||
gandi.init
|
gandi.ini
|
||||||
"
|
"
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
@ -21,3 +21,7 @@ package() {
|
||||||
mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
|
mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
|
||||||
install -m 0600 "$srcdir"/gandi.ini "$pkgdir"/etc/letsencrypt/gandi.ini
|
install -m 0600 "$srcdir"/gandi.ini "$pkgdir"/etc/letsencrypt/gandi.ini
|
||||||
}
|
}
|
||||||
|
sha512sums="
|
||||||
|
8aebba6e1090c3e2a792dc8b17c60679c534a3cbeff271fd10ae289c283dcf4117442632725fbd1cd523330d7aaf2164e631404b7cc6c174eba0b842bc9487fb certbot-dns-gandi-1.5.0.tar.gz
|
||||||
|
7bdfd769c8a7256a8c2d171f1c8fa4c16bea7c1abcd3442603face90834efb5f9c0d9aec54f57fc83421588c0349acbc3554d4987cb7498a7e833481b01dd712 gandi.ini
|
||||||
|
"
|
||||||
|
|
6
ilot/certbot-dns-gandi/gandi.ini
Normal file
6
ilot/certbot-dns-gandi/gandi.ini
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
# Uncomment following line as needed:
|
||||||
|
# Live DNS v5 api key
|
||||||
|
#dns_gandi_api_key=APIKEY
|
||||||
|
|
||||||
|
# Optional organization id, remove it if not used
|
||||||
|
#dns_gandi_sharing_id=SHARINGID
|
Loading…
Add table
Reference in a new issue