Skip to content
Snippets Groups Projects
Commit 9448f237 authored by Jakub Jirutka's avatar Jakub Jirutka :flag_ua:
Browse files

community/uacme: create acme-challenge dir

The provided challenge hook expects /var/www/.well-known/acme-challenge
to exist.
parent 84b35926
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Maintainer: Eivind Uggedal <eu@eju.no> # Maintainer: Eivind Uggedal <eu@eju.no>
pkgname=uacme pkgname=uacme
pkgver=1.0.22 pkgver=1.0.22
pkgrel=0 pkgrel=1
pkgdesc="Lightweight client for the RFC8555 ACMEv2 protocol" pkgdesc="Lightweight client for the RFC8555 ACMEv2 protocol"
url="https://github.com/ndilieto/uacme" url="https://github.com/ndilieto/uacme"
arch="all" arch="all"
...@@ -27,6 +27,8 @@ build() { ...@@ -27,6 +27,8 @@ build() {
package() { package() {
make DESTDIR="$pkgdir" install make DESTDIR="$pkgdir" install
install -d "$pkgdir"/var/www/.well-known/acme-challenge
} }
sha512sums="6aa1abb6f887e6c6686a7d3c00ac80ff8a34034ee8e818d338d4d2daa810fba3045d0b1f840004b24c3a214e6541018b6520a16d5ada655c9c867c23890336c4 uacme-1.0.22.tar.gz" sha512sums="6aa1abb6f887e6c6686a7d3c00ac80ff8a34034ee8e818d338d4d2daa810fba3045d0b1f840004b24c3a214e6541018b6520a16d5ada655c9c867c23890336c4 uacme-1.0.22.tar.gz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment