Skip to content

Commit

Permalink
Added apache2 conf for verify certs
Browse files Browse the repository at this point in the history
  • Loading branch information
baytuch committed Nov 12, 2021
1 parent ffc755b commit 2aef447
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions acme.conf
@@ -0,0 +1,5 @@
Alias /.well-known/acme-challenge /var/www/acme/

<Directory "/var/www/acme/">
Options -Indexes
</Directory>
2 changes: 1 addition & 1 deletion debian/control
Expand Up @@ -8,7 +8,7 @@ Standards-Version: 3.9.3
Package: acme-client
Section: Networking
Priority: optional
Depends: ${shlibs:Depends}, ${misc:Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, apache2
Architecture: any
Homepage: https://kristaps.bsd.lv/
Description: acme-client is an Automatic Certificate Management Environment
Expand Down
2 changes: 2 additions & 0 deletions debian/rules
Expand Up @@ -12,7 +12,9 @@ override_dh_auto_configure:

override_dh_install:
install -d debian/acme-client/etc/acme/
install -d debian/acme-client/etc/apache2/conf-available/
install -d debian/acme-client/var/www/acme/
install -m 644 "acme-client.conf" "debian/acme-client/etc/acme-client.conf"
install -m 644 "acme.conf" "debian/acme-client/etc/apache2/conf-available/acme.conf"
dh_install

0 comments on commit 2aef447

Please sign in to comment.