Change challenge directory

tags/smeserver-letsencrypt-client-0.2.4-1
Daniel Berteaud 8 years ago
parent be96984d48
commit 88890c22fd
  1. 2
      root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/80LetsencryptChallengeDir
  2. 2
      root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/Ejabberd/80Letsencrypt
  3. 2
      root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/LemonLDAPManager/80Letsencrypt
  4. 2
      root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/LemonLDAPPortal/80Letsencrypt
  5. 2
      root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/LemonLDAPSoap/80Letsencrypt
  6. 2
      root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/UserManagerVirtualHost/80Letsencrypt
  7. 2
      root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/VirtualHosts/80Letsencrypt
  8. 2
      root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/WebAppVirtualHost/80Letsencrypt
  9. 2
      root/etc/e-smith/templates/etc/letsencrypt.sh/config.sh/30WellKnown

@ -2,7 +2,7 @@
if (($letsencrypt{'status'} || 'disabled') eq 'enabled'){
$OUT .=<<"_EOF";
<Directory /var/lib/letsencrypt.sh>
<Directory /var/lib/letsencrypt.sh/challenges>
Options None
AllowOverride None
Order deny,allow

@ -1,7 +1,7 @@
{
if (($domain->prop('Letsencrypt') || 'enabled') ne 'disabled' && ((${'httpd-e-smith'}{'TCPPort'} || '80') eq $port)){
$OUT .=<<"_EOF";
Alias /.well-known/acme-challenge/ /var/lib/letsencrypt.sh/
Alias /.well-known/acme-challenge/ /var/lib/letsencrypt.sh/challenges/
<Location /.well-known/acme-challenge/>
Allow from all
</Location>

@ -1,7 +1,7 @@
{
if (($domain->prop('Letsencrypt') || 'enabled') ne 'disabled' && ((${'httpd-e-smith'}{'TCPPort'} || '80') eq $port)){
$OUT .=<<"_EOF";
Alias /.well-known/acme-challenge/ /var/lib/letsencrypt.sh/
Alias /.well-known/acme-challenge/ /var/lib/letsencrypt.sh/challenges/
<Location /.well-known/acme-challenge/>
Allow from all
</Location>

@ -1,7 +1,7 @@
{
if (($domain->prop('Letsencrypt') || 'enabled') ne 'disabled' && ((${'httpd-e-smith'}{'TCPPort'} || '80') eq $port)){
$OUT .=<<"_EOF";
Alias /.well-known/acme-challenge/ /var/lib/letsencrypt.sh/
Alias /.well-known/acme-challenge/ /var/lib/letsencrypt.sh/challenges/
<Location /.well-known/acme-challenge/>
Allow from all
</Location>

@ -1,7 +1,7 @@
{
if (($domain->prop('Letsencrypt') || 'enabled') ne 'disabled' && ((${'httpd-e-smith'}{'TCPPort'} || '80') eq $port)){
$OUT .=<<"_EOF";
Alias /.well-known/acme-challenge/ /var/lib/letsencrypt.sh/
Alias /.well-known/acme-challenge/ /var/lib/letsencrypt.sh/challenges/
<Location /.well-known/acme-challenge/>
Allow from all
</Location>

@ -1,7 +1,7 @@
{
if (($domain->prop('Letsencrypt') || 'enabled') ne 'disabled' && ((${'httpd-e-smith'}{'TCPPort'} || '80') eq $port)){
$OUT .=<<"_EOF";
Alias /.well-known/acme-challenge/ /var/lib/letsencrypt.sh/
Alias /.well-known/acme-challenge/ /var/lib/letsencrypt.sh/challenges/
<Location /.well-known/acme-challenge/>
Allow from all
</Location>

@ -1,7 +1,7 @@
{
if (($domain->prop('Letsencrypt') || 'enabled') ne 'disabled' && ((${'httpd-e-smith'}{'TCPPort'} || '80') eq $port)){
$OUT .=<<"_EOF";
Alias /.well-known/acme-challenge/ /var/lib/letsencrypt.sh/
Alias /.well-known/acme-challenge/ /var/lib/letsencrypt.sh/challenges/
<Location /.well-known/acme-challenge/>
Allow from all
</Location>

@ -1,7 +1,7 @@
{
if (($domain->prop('Letsencrypt') || 'enabled') ne 'disabled' && ((${'httpd-e-smith'}{'TCPPort'} || '80') eq $port)){
$OUT .=<<"_EOF";
Alias /.well-known/acme-challenge/ /var/lib/letsencrypt.sh/
Alias /.well-known/acme-challenge/ /var/lib/letsencrypt.sh/challenges/
<Location /.well-known/acme-challenge/>
Allow from all
</Location>

@ -1 +1 @@
WELLKNOWN=/var/lib/letsencrypt.sh/
WELLKNOWN=/var/lib/letsencrypt.sh/challenges

Loading…
Cancel
Save