# The client lacks sufficient authorization

**URL:** https://community.letsencrypt.org/t/the-client-lacks-sufficient-authorization/84059
**Category:** Help
**Created:** [January 25, 2019, 11:32pm UTC](https://community.letsencrypt.org/t/the-client-lacks-sufficient-authorization/84059 "2019-01-25T23:32:00Z")
**Posts on this page:** 8
**Page:** 2

<div class="post-metadata">

### Author: ![franc](https://avatars.discourse-cdn.com/v4/letter/f/e495f1/32.png) [@franc](https://community.letsencrypt.org/u/franc)
#### Post date: [January 27, 2019, 7:35pm UTC](https://community.letsencrypt.org/t/the-client-lacks-sufficient-authorization/84059/23 "2019-01-27T19:35:18Z")

</div>

> [@rg305](#):
>
> If it would not be too much trouble, I would still like for us to review the output of:
> 
> > [@rg305](#):
> >
> > grep -Eri '7fw.de|servern|servera|virtualh|listen|rewrite|return|root' /etc/apache2

This contains all my customers domains, I dont want to do this.

---

<div class="post-metadata">

### Author: ![JuergenAuer](https://sea3.discourse-cdn.com/letsencrypt/user_avatar/community.letsencrypt.org/juergenauer/32/26491_2.png) [@JuergenAuer](https://community.letsencrypt.org/u/JuergenAuer)
#### Post date: [January 27, 2019, 8:25pm UTC](https://community.letsencrypt.org/t/the-client-lacks-sufficient-authorization/84059/24 "2019-01-27T20:25:08Z")

</div>

A post was split to a new topic: [Problem creating new certificate](https://community.letsencrypt.org/t/problem-creating-new-certificate/84244)

---

<div class="post-metadata">

### Author: ![rg305](https://sea3.discourse-cdn.com/letsencrypt/user_avatar/community.letsencrypt.org/rg305/32/91314_2.png) [@rg305](https://community.letsencrypt.org/u/rg305)
#### Post date: [January 27, 2019, 8:43pm UTC](https://community.letsencrypt.org/t/the-client-lacks-sufficient-authorization/84059/25 "2019-01-27T20:43:41Z")

</div>

Can you mask the unrelated domains and remove any parts that would not overlap - like those sections with names that don’t contain an “\*” ? ? ?

---

<div class="post-metadata">

### Author: ![franc](https://avatars.discourse-cdn.com/v4/letter/f/e495f1/32.png) [@franc](https://community.letsencrypt.org/u/franc)
#### Post date: [February 4, 2019, 8:15am UTC](https://community.letsencrypt.org/t/the-client-lacks-sufficient-authorization/84059/26 "2019-02-04T08:15:53Z")

</div>

Here at last is the output, obfuscated the domains with [exampleN.org](http://exampleN.org)  
BTW, the [7fw.de](http://7fw.de) domain is the [example5.org](http://example5.org):

```auto
/etc/apache2/ports.conf:# have to change the VirtualHost statement in
/etc/apache2/ports.conf:Listen 80
/etc/apache2/ports.conf: Listen 443
/etc/apache2/ports.conf:#	Listen 443
/etc/apache2/ports.conf:#	Listen 443
/etc/apache2/magic:0	string Return-Path:	message/rfc822	7bit
/etc/apache2/sites-available/default.new:NameVirtualHost *:80
/etc/apache2/sites-available/default.new:NameVirtualHost *:443
/etc/apache2/sites-available/default.new:# <VirtualHost *:80>
/etc/apache2/sites-available/default.new:# ServerAdmin webmaster@localhost
/etc/apache2/sites-available/default.new:# DocumentRoot /var/www/example1.org
/etc/apache2/sites-available/default.new:# </VirtualHost>
/etc/apache2/sites-available/default.new:# <VirtualHost *:443>
/etc/apache2/sites-available/default.new:# ServerAdmin webmaster@localhost
/etc/apache2/sites-available/default.new:# DocumentRoot /var/www/example1.org
/etc/apache2/sites-available/default.new:# <IfModule mod_rewrite.c>
/etc/apache2/sites-available/default.new:# RewriteEngine On
/etc/apache2/sites-available/default.new:# RewriteCond %{REQUEST_METHOD} ^TRACE
/etc/apache2/sites-available/default.new:# RewriteRule .* - [F]
/etc/apache2/sites-available/default.new:# </VirtualHost>
/etc/apache2/sites-available/example2.org.conf:<VirtualHost *:80>
/etc/apache2/sites-available/example2.org.conf: ServerName example2.org
/etc/apache2/sites-available/example2.org.conf: ServerAlias www.example2.org        
/etc/apache2/sites-available/example2.org.conf: ServerAdmin webmaster@localhost
/etc/apache2/sites-available/example2.org.conf: DocumentRoot /var/www/example2.org
/etc/apache2/sites-available/example2.org.conf:</VirtualHost>
/etc/apache2/sites-available/example2.org.conf:	<VirtualHost *:443>
/etc/apache2/sites-available/example2.org.conf: ServerName example2.org:443
/etc/apache2/sites-available/example2.org.conf: ServerAdmin webmaster@localhost
/etc/apache2/sites-available/example2.org.conf: ServerAlias www.example2.org:443
/etc/apache2/sites-available/example2.org.conf: DocumentRoot /var/www/example2.org
/etc/apache2/sites-available/example2.org.conf: <IfModule mod_rewrite.c>
/etc/apache2/sites-available/example2.org.conf: RewriteEngine On
/etc/apache2/sites-available/example2.org.conf: RewriteCond %{REQUEST_METHOD} ^TRACE
/etc/apache2/sites-available/example2.org.conf: RewriteRule .* - [F]
/etc/apache2/sites-available/example2.org.conf:	</VirtualHost>
/etc/apache2/sites-available/example3.org.conf:<VirtualHost *:80>
/etc/apache2/sites-available/example3.org.conf: ServerName example3.org   
/etc/apache2/sites-available/example3.org.conf: ServerAlias www.example3.org     
/etc/apache2/sites-available/example3.org.conf: ServerAdmin webmaster@localhost
/etc/apache2/sites-available/example3.org.conf: DocumentRoot /var/www/example3.org/
/etc/apache2/sites-available/example3.org.conf:</VirtualHost>
/etc/apache2/sites-available/example3.org.conf:	<VirtualHost *:443>
/etc/apache2/sites-available/example3.org.conf: ServerName example3.org:443
/etc/apache2/sites-available/example3.org.conf: ServerAdmin webmaster@localhost
/etc/apache2/sites-available/example3.org.conf: DocumentRoot /var/www/example3.org
/etc/apache2/sites-available/example3.org.conf: <IfModule mod_rewrite.c>
/etc/apache2/sites-available/example3.org.conf: RewriteEngine On
/etc/apache2/sites-available/example3.org.conf: RewriteCond %{REQUEST_METHOD} ^TRACE
/etc/apache2/sites-available/example3.org.conf: RewriteRule .* - [F]
/etc/apache2/sites-available/example3.org.conf:	</VirtualHost>
/etc/apache2/sites-available/default.conf:# fcw: 2012-05-23 auskommentiert, weil jetzt schon in ports.conf. Gibt sonst beim Start eine Warnung: [warn] NameVirtualHost *:80 has no VirtualHosts
/etc/apache2/sites-available/default.conf:#NameVirtualHost *:80
/etc/apache2/sites-available/default.conf:#NameVirtualHost *:443
/etc/apache2/sites-available/default.conf:<VirtualHost *:80>
/etc/apache2/sites-available/default.conf: ServerName 37.120.188.94      
/etc/apache2/sites-available/default.conf: ServerAdmin webmaster@localhost
/etc/apache2/sites-available/default.conf: DocumentRoot /var/www/apache2-default
/etc/apache2/sites-available/default.conf:</VirtualHost>
/etc/apache2/sites-available/default.conf:	<VirtualHost *:443>
/etc/apache2/sites-available/default.conf: ServerName 37.120.188.94:443
/etc/apache2/sites-available/default.conf: ServerAdmin webmaster@localhost
/etc/apache2/sites-available/default.conf: DocumentRoot /var/www/apache2-default
/etc/apache2/sites-available/default.conf:	</VirtualHost>
/etc/apache2/sites-available/example4.org.conf:<VirtualHost *:80>
/etc/apache2/sites-available/example4.org.conf: ServerName example4.org
/etc/apache2/sites-available/example4.org.conf: ServerAlias www.example4.org        
/etc/apache2/sites-available/example4.org.conf: ServerAdmin webmaster@localhost
/etc/apache2/sites-available/example4.org.conf: DocumentRoot /var/www/example4.org/
/etc/apache2/sites-available/example4.org.conf:</VirtualHost>
/etc/apache2/sites-available/example4.org.conf:	<VirtualHost *:443>
/etc/apache2/sites-available/example4.org.conf: ServerName example4.org:443
/etc/apache2/sites-available/example4.org.conf: ServerAdmin webmaster@localhost
/etc/apache2/sites-available/example4.org.conf: DocumentRoot /var/www/example4.org
/etc/apache2/sites-available/example4.org.conf: <IfModule mod_rewrite.c>
/etc/apache2/sites-available/example4.org.conf: RewriteEngine On
/etc/apache2/sites-available/example4.org.conf: RewriteCond %{REQUEST_METHOD} ^TRACE
/etc/apache2/sites-available/example4.org.conf: RewriteRule .* - [F]
/etc/apache2/sites-available/example4.org.conf:	</VirtualHost>
/etc/apache2/sites-available/example5.org.conf:<VirtualHost *:80>
/etc/apache2/sites-available/example5.org.conf: ServerName example5.org
/etc/apache2/sites-available/example5.org.conf:	ServerAlias www.example5.org        
/etc/apache2/sites-available/example5.org.conf: ServerAdmin webmaster@localhost
/etc/apache2/sites-available/example5.org.conf: DocumentRoot /var/www/example5.org
/etc/apache2/sites-available/example5.org.conf: <Directory /var/www/example5.org>
/etc/apache2/sites-available/example5.org.conf:</VirtualHost>
/etc/apache2/sites-available/example5.org.conf:	<VirtualHost *:443>
/etc/apache2/sites-available/example5.org.conf: ServerName example5.org
/etc/apache2/sites-available/example5.org.conf: ServerAdmin webmaster@localhost
/etc/apache2/sites-available/example5.org.conf: ServerAlias www.example5.org
/etc/apache2/sites-available/example5.org.conf: DocumentRoot /var/www/example5.org
/etc/apache2/sites-available/example5.org.conf: <IfModule mod_rewrite.c>
/etc/apache2/sites-available/example5.org.conf: RewriteEngine On
/etc/apache2/sites-available/example5.org.conf: RewriteCond %{REQUEST_METHOD} ^TRACE
/etc/apache2/sites-available/example5.org.conf: RewriteRule .* - [F]
/etc/apache2/sites-available/example5.org.conf: <Directory /var/www/example5.org>
/etc/apache2/sites-available/example5.org.conf: ServerAlias example5.org
/etc/apache2/sites-available/example5.org.conf: SSLCertificateFile /etc/letsencrypt/live/example5.org/cert.pem
/etc/apache2/sites-available/example5.org.conf: SSLCertificateKeyFile /etc/letsencrypt/live/example5.org/privkey.pem
/etc/apache2/sites-available/example5.org.conf: SSLCertificateChainFile /etc/letsencrypt/live/example5.org/chain.pem
/etc/apache2/sites-available/example5.org.conf:	</VirtualHost>
/etc/apache2/sites-available/example5.org.conf:# RedirectMatch /svn(.*)$ https://example5.org/svn$1
/etc/apache2/sites-available/example6.org.conf:<VirtualHost *:80>
/etc/apache2/sites-available/example6.org.conf: ServerName example6.org
/etc/apache2/sites-available/example6.org.conf: ServerAlias www.example6.org
/etc/apache2/sites-available/example6.org.conf: ServerAdmin webmaster@example6.org
/etc/apache2/sites-available/example6.org.conf: DocumentRoot /var/www/example6.org
/etc/apache2/sites-available/example6.org.conf:</VirtualHost>
/etc/apache2/sites-available/example6.org.conf:	<VirtualHost *:443>
/etc/apache2/sites-available/example6.org.conf: ServerName example6.org:443
/etc/apache2/sites-available/example6.org.conf: ServerAlias www.example6.org:443
/etc/apache2/sites-available/example6.org.conf: ServerAdmin webmaster@localhost
/etc/apache2/sites-available/example6.org.conf: DocumentRoot /var/www/example6.org
/etc/apache2/sites-available/example6.org.conf: <IfModule mod_rewrite.c>
/etc/apache2/sites-available/example6.org.conf: RewriteEngine On
/etc/apache2/sites-available/example6.org.conf: RewriteCond %{REQUEST_METHOD} ^TRACE
/etc/apache2/sites-available/example6.org.conf: RewriteRule .* - [F]
/etc/apache2/sites-available/example6.org.conf: ServerAlias example6.org
/etc/apache2/sites-available/example6.org.conf:	</VirtualHost>
/etc/apache2/sites-available/example7.org.conf:<VirtualHost *:80>
/etc/apache2/sites-available/example7.org.conf: ServerName example7.org
/etc/apache2/sites-available/example7.org.conf: ServerAlias www.example7.org
/etc/apache2/sites-available/example7.org.conf: ServerAdmin admin@example7.org
/etc/apache2/sites-available/example7.org.conf: DocumentRoot /var/www/example7.org/
/etc/apache2/sites-available/example7.org.conf:</VirtualHost>
/etc/apache2/sites-available/example7.org.conf:	<VirtualHost *:443>
/etc/apache2/sites-available/example7.org.conf: ServerName example7.org:443
/etc/apache2/sites-available/example7.org.conf: ServerAlias www.example7.org:443
/etc/apache2/sites-available/example7.org.conf: ServerAdmin admin@example7.org
/etc/apache2/sites-available/example7.org.conf: DocumentRoot /var/www/example7.org
/etc/apache2/sites-available/example7.org.conf: <IfModule mod_rewrite.c>
/etc/apache2/sites-available/example7.org.conf: RewriteEngine On
/etc/apache2/sites-available/example7.org.conf: RewriteCond %{REQUEST_METHOD} ^TRACE
/etc/apache2/sites-available/example7.org.conf: RewriteRule .* - [F]
/etc/apache2/sites-available/example7.org.conf:	</VirtualHost>
/etc/apache2/sites-available/example1.org.conf.2018-10-31:<VirtualHost *:80>
/etc/apache2/sites-available/example1.org.conf.2018-10-31: ServerName example1.org
/etc/apache2/sites-available/example1.org.conf.2018-10-31: ServerAlias www.example1.org
/etc/apache2/sites-available/example1.org.conf.2018-10-31: DocumentRoot /var/www/example1.org
/etc/apache2/sites-available/example1.org.conf.2018-10-31:</VirtualHost>
/etc/apache2/sites-available/example1.org.conf.2018-10-31:	<VirtualHost *:443>
/etc/apache2/sites-available/example1.org.conf.2018-10-31: ServerName example1.org:443
/etc/apache2/sites-available/example1.org.conf.2018-10-31: ServerAdmin webmaster@localhost
/etc/apache2/sites-available/example1.org.conf.2018-10-31: ServerAlias www.example1.org:443
/etc/apache2/sites-available/example1.org.conf.2018-10-31: DocumentRoot /var/www/example1.org
/etc/apache2/sites-available/example1.org.conf.2018-10-31: <IfModule mod_rewrite.c>
/etc/apache2/sites-available/example1.org.conf.2018-10-31: RewriteEngine On
/etc/apache2/sites-available/example1.org.conf.2018-10-31: RewriteCond %{REQUEST_METHOD} ^TRACE
/etc/apache2/sites-available/example1.org.conf.2018-10-31: RewriteRule .* - [F]
/etc/apache2/sites-available/example1.org.conf.2018-10-31:	</VirtualHost>
/etc/apache2/sites-available/example1.org.conf.bak:#<VirtualHost *:80>
/etc/apache2/sites-available/example1.org.conf.bak:# ServerName example1.org
/etc/apache2/sites-available/example1.org.conf.bak:# ServerAlias www.example1.org	
/etc/apache2/sites-available/example1.org.conf.bak:# DocumentRoot /var/www/example1.org
/etc/apache2/sites-available/example1.org.conf.bak:#</VirtualHost>
/etc/apache2/sites-available/example1.org.conf.bak:<VirtualHost *:80>
/etc/apache2/sites-available/example1.org.conf.bak: ServerName example1.org       
/etc/apache2/sites-available/example1.org.conf.bak: ServerAdmin webmaster@example1.org
/etc/apache2/sites-available/example1.org.conf.bak: ServerAlias www.example1.org
/etc/apache2/sites-available/example1.org.conf.bak: DocumentRoot "/var/www/example1.org"
/etc/apache2/sites-available/example1.org.conf.bak:</VirtualHost>
/etc/apache2/sites-available/example1.org.conf.bak:	<VirtualHost *:443>
/etc/apache2/sites-available/example1.org.conf.bak: ServerName example1.org:443
/etc/apache2/sites-available/example1.org.conf.bak: ServerAdmin webmaster@localhost
/etc/apache2/sites-available/example1.org.conf.bak: ServerAlias www.example1.org:443
/etc/apache2/sites-available/example1.org.conf.bak: DocumentRoot /var/www/example1.org
/etc/apache2/sites-available/example1.org.conf.bak: <IfModule mod_rewrite.c>
/etc/apache2/sites-available/example1.org.conf.bak: RewriteEngine On
/etc/apache2/sites-available/example1.org.conf.bak: RewriteCond %{REQUEST_METHOD} ^TRACE
/etc/apache2/sites-available/example1.org.conf.bak: RewriteRule .* - [F]
/etc/apache2/sites-available/example1.org.conf.bak:	</VirtualHost>
/etc/apache2/sites-available/example8.org.conf:<VirtualHost *:80>
/etc/apache2/sites-available/example8.org.conf: ServerName example8.org
/etc/apache2/sites-available/example8.org.conf: ServerAlias www.example8.org
/etc/apache2/sites-available/example8.org.conf: ServerAdmin webmaster@example8.org
/etc/apache2/sites-available/example8.org.conf: DocumentRoot /var/www/example8.org
/etc/apache2/sites-available/example8.org.conf:	RewriteEngine on
/etc/apache2/sites-available/example8.org.conf:	RewriteCond %{SERVER_NAME} =example8.org [OR]
/etc/apache2/sites-available/example8.org.conf:	RewriteCond %{SERVER_NAME} =www.example8.org:443
/etc/apache2/sites-available/example8.org.conf:	RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
/etc/apache2/sites-available/example8.org.conf:</VirtualHost>
/etc/apache2/sites-available/example8.org.conf:	<VirtualHost *:443>
/etc/apache2/sites-available/example8.org.conf: ServerName example8.org:443
/etc/apache2/sites-available/example8.org.conf: ServerAlias www.example8.org:443
/etc/apache2/sites-available/example8.org.conf: ServerAdmin webmaster@localhost
/etc/apache2/sites-available/example8.org.conf: DocumentRoot /var/www/example8.org
/etc/apache2/sites-available/example8.org.conf: <IfModule mod_rewrite.c>
/etc/apache2/sites-available/example8.org.conf: RewriteEngine On
/etc/apache2/sites-available/example8.org.conf: RewriteCond %{REQUEST_METHOD} ^TRACE
/etc/apache2/sites-available/example8.org.conf: RewriteRule .* - [F]
/etc/apache2/sites-available/example8.org.conf: ServerAlias example8.org
/etc/apache2/sites-available/example8.org.conf:	</VirtualHost>
/etc/apache2/sites-available/wiki.example1.org.conf:<VirtualHost *:80>
/etc/apache2/sites-available/wiki.example1.org.conf: ServerName wiki.example1.org       
/etc/apache2/sites-available/wiki.example1.org.conf: ServerAdmin webmaster@localhost
/etc/apache2/sites-available/wiki.example1.org.conf:	ServerAlias www.wiki.example1.org
/etc/apache2/sites-available/wiki.example1.org.conf: DocumentRoot /var/www/example1.org/wiki
/etc/apache2/sites-available/wiki.example1.org.conf:</VirtualHost>
/etc/apache2/sites-available/user1.example1.org.conf:<VirtualHost *:80>
/etc/apache2/sites-available/user1.example1.org.conf: ServerName user1.example1.org
/etc/apache2/sites-available/user1.example1.org.conf: ServerAlias www.user1.example1.org
/etc/apache2/sites-available/user1.example1.org.conf: ServerAdmin webmaster@user1.example1.org
/etc/apache2/sites-available/user1.example1.org.conf: DocumentRoot /var/www/user1.example1.org
/etc/apache2/sites-available/user1.example1.org.conf:</VirtualHost>
/etc/apache2/sites-available/user1.example1.org.conf:	<VirtualHost *:443>
/etc/apache2/sites-available/user1.example1.org.conf: ServerName user1.example1.org:443
/etc/apache2/sites-available/user1.example1.org.conf: ServerAlias www.user1.example1.org:443
/etc/apache2/sites-available/user1.example1.org.conf: ServerAdmin webmaster@localhost
/etc/apache2/sites-available/user1.example1.org.conf: DocumentRoot /var/www/user1.example1.org
/etc/apache2/sites-available/user1.example1.org.conf: <IfModule mod_rewrite.c>
/etc/apache2/sites-available/user1.example1.org.conf: RewriteEngine On
/etc/apache2/sites-available/user1.example1.org.conf: RewriteCond %{REQUEST_METHOD} ^TRACE
/etc/apache2/sites-available/user1.example1.org.conf: RewriteRule .* - [F]
/etc/apache2/sites-available/user1.example1.org.conf:	</VirtualHost>
/etc/apache2/sites-available/example9.org.conf:<VirtualHost *:80>
/etc/apache2/sites-available/example9.org.conf: ServerName example9.org
/etc/apache2/sites-available/example9.org.conf: ServerAlias www.example9.org
/etc/apache2/sites-available/example9.org.conf: ServerAdmin admin@example9.org
/etc/apache2/sites-available/example9.org.conf: DocumentRoot /var/www/example9.org/
/etc/apache2/sites-available/example9.org.conf:</VirtualHost>
/etc/apache2/sites-available/example9.org.conf:	<VirtualHost *:443>
/etc/apache2/sites-available/example9.org.conf: ServerName example9.org:443
/etc/apache2/sites-available/example9.org.conf: ServerAlias www.example9.org:443
/etc/apache2/sites-available/example9.org.conf: ServerAdmin admin@example9.org
/etc/apache2/sites-available/example9.org.conf: DocumentRoot /var/www/example9.org
/etc/apache2/sites-available/example9.org.conf: <IfModule mod_rewrite.c>
/etc/apache2/sites-available/example9.org.conf: RewriteEngine On
/etc/apache2/sites-available/example9.org.conf: RewriteCond %{REQUEST_METHOD} ^TRACE
/etc/apache2/sites-available/example9.org.conf: RewriteRule .* - [F]
/etc/apache2/sites-available/example9.org.conf: ServerAlias example9.org
/etc/apache2/sites-available/example9.org.conf:	</VirtualHost>
/etc/apache2/sites-available/example10.org-le-ssl.conf:<VirtualHost *:443>
/etc/apache2/sites-available/example10.org-le-ssl.conf: ServerName example10.org
/etc/apache2/sites-available/example10.org-le-ssl.conf: ServerAlias www.example10.org

```

Hope that is readable.  
And when I try to post all that outpout I get a:

```
Body is limited to 32000 characters; you entered 40321.

```

so I continute in another post…

---

<div class="post-metadata">

### Author: ![franc](https://avatars.discourse-cdn.com/v4/letter/f/e495f1/32.png) [@franc](https://community.letsencrypt.org/u/franc)
#### Post date: [February 4, 2019, 8:16am UTC](https://community.letsencrypt.org/t/the-client-lacks-sufficient-authorization/84059/27 "2019-02-04T08:16:18Z")

</div>

…here it goes:

```auto
/etc/apache2/sites-available/example10.org-le-ssl.conf: ServerAdmin webmaster@example10.org
/etc/apache2/sites-available/example10.org-le-ssl.conf: DocumentRoot /var/www/example10.org
/etc/apache2/sites-available/example10.org-le-ssl.conf:</VirtualHost>
/etc/apache2/sites-available/example11.org.conf:<VirtualHost *:80>
/etc/apache2/sites-available/example11.org.conf: ServerName example11.org        
/etc/apache2/sites-available/example11.org.conf: ServerAlias www.example11.org
/etc/apache2/sites-available/example11.org.conf: ServerAdmin webmaster@localhost
/etc/apache2/sites-available/example11.org.conf: DocumentRoot /var/www/example11.org/
/etc/apache2/sites-available/example11.org.conf:</VirtualHost>
/etc/apache2/sites-available/example11.org.conf:	<VirtualHost *:443>
/etc/apache2/sites-available/example11.org.conf: ServerName example11.org:443
/etc/apache2/sites-available/example11.org.conf: ServerAdmin webmaster@localhost
/etc/apache2/sites-available/example11.org.conf: DocumentRoot /var/www/example11.org
/etc/apache2/sites-available/example11.org.conf: <IfModule mod_rewrite.c>
/etc/apache2/sites-available/example11.org.conf: RewriteEngine On
/etc/apache2/sites-available/example11.org.conf: RewriteCond %{REQUEST_METHOD} ^TRACE
/etc/apache2/sites-available/example11.org.conf: RewriteRule .* - [F]
/etc/apache2/sites-available/example11.org.conf: ServerAlias example11.org
/etc/apache2/sites-available/example11.org.conf:</VirtualHost>
/etc/apache2/sites-available/example8.org-le-ssl.conf:<VirtualHost *:443>
/etc/apache2/sites-available/example8.org-le-ssl.conf: ServerName example8.org
/etc/apache2/sites-available/example8.org-le-ssl.conf: ServerAlias www.example8.org
/etc/apache2/sites-available/example8.org-le-ssl.conf: ServerAdmin webmaster@example8.org
/etc/apache2/sites-available/example8.org-le-ssl.conf: DocumentRoot /var/www/example8.org
/etc/apache2/sites-available/example8.org-le-ssl.conf:	RewriteEngine on
/etc/apache2/sites-available/example8.org-le-ssl.conf:# Some rewrite rules in this file were disabled on your HTTPS site,
/etc/apache2/sites-available/example8.org-le-ssl.conf:# RewriteCond %{SERVER_NAME} =example8.org [OR]
/etc/apache2/sites-available/example8.org-le-ssl.conf:# RewriteCond %{SERVER_NAME} =www.example8.org:443
/etc/apache2/sites-available/example8.org-le-ssl.conf:# RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
/etc/apache2/sites-available/example8.org-le-ssl.conf:</VirtualHost>
/etc/apache2/sites-available/webmail.example1.org.conf:<VirtualHost *:80>
/etc/apache2/sites-available/webmail.example1.org.conf: ServerName webmail.example1.org        
/etc/apache2/sites-available/webmail.example1.org.conf: ServerAdmin admin@example1.org
/etc/apache2/sites-available/webmail.example1.org.conf: ServerAlias webmail.example5.org webmail.example3.org webmail.example11.org webmail.example14.org webmail.example4.org webmail.example8.org
/etc/apache2/sites-available/webmail.example1.org.conf:	DocumentRoot /var/www/roundcubemail
/etc/apache2/sites-available/webmail.example1.org.conf:</VirtualHost>
/etc/apache2/sites-available/webmail.example1.org.conf:	<VirtualHost *:443>
/etc/apache2/sites-available/webmail.example1.org.conf: ServerName webmail.example1.org:443        
/etc/apache2/sites-available/webmail.example1.org.conf: ServerAdmin admin@example1.org
/etc/apache2/sites-available/webmail.example1.org.conf:	ServerAlias webmail.example5.org webmail.example3.org webmail.example11.org webmail.example14.org webmail.example4.org webmail.example8.org
/etc/apache2/sites-available/webmail.example1.org.conf: DocumentRoot /var/www/roundcubemail
/etc/apache2/sites-available/webmail.example1.org.conf: <IfModule mod_rewrite.c>
/etc/apache2/sites-available/webmail.example1.org.conf: RewriteEngine On
/etc/apache2/sites-available/webmail.example1.org.conf: RewriteCond %{REQUEST_METHOD} ^TRACE
/etc/apache2/sites-available/webmail.example1.org.conf: RewriteRule .* - [F]
/etc/apache2/sites-available/webmail.example1.org.conf: ServerAlias webmail.example1.org
/etc/apache2/sites-available/webmail.example1.org.conf:	</VirtualHost>
/etc/apache2/sites-available/example5.org-le-ssl.conf:<VirtualHost *:443>
/etc/apache2/sites-available/example5.org-le-ssl.conf: ServerName example5.org
/etc/apache2/sites-available/example5.org-le-ssl.conf: ServerAlias www.example5.org        
/etc/apache2/sites-available/example5.org-le-ssl.conf: ServerAdmin webmaster@localhost
/etc/apache2/sites-available/example5.org-le-ssl.conf: DocumentRoot /var/www/example5.org
/etc/apache2/sites-available/example5.org-le-ssl.conf: <Directory /var/www/example5.org>
/etc/apache2/sites-available/example5.org-le-ssl.conf:SSLCertificateFile /etc/letsencrypt/live/example5.org/cert.pem
/etc/apache2/sites-available/example5.org-le-ssl.conf:SSLCertificateKeyFile /etc/letsencrypt/live/example5.org/privkey.pem
/etc/apache2/sites-available/example5.org-le-ssl.conf:SSLCertificateChainFile /etc/letsencrypt/live/example5.org/chain.pem
/etc/apache2/sites-available/example5.org-le-ssl.conf:</VirtualHost>
/etc/apache2/sites-available/example5.org-le-ssl.conf:<VirtualHost *:80>
/etc/apache2/sites-available/example5.org-le-ssl.conf: ServerName example5.org
/etc/apache2/sites-available/example5.org-le-ssl.conf: ServerAlias www.example5.org        
/etc/apache2/sites-available/example5.org-le-ssl.conf: ServerAdmin webmaster@localhost
/etc/apache2/sites-available/example5.org-le-ssl.conf: DocumentRoot /var/www/example5.org
/etc/apache2/sites-available/example5.org-le-ssl.conf: <Directory /var/www/example5.org>
/etc/apache2/sites-available/example5.org-le-ssl.conf:</VirtualHost>
/etc/apache2/sites-available/example12.org.conf:# 2014-03-16 auf example5.org/contao gesetzt (testweise)
/etc/apache2/sites-available/example12.org.conf:<VirtualHost *:80>
/etc/apache2/sites-available/example12.org.conf: ServerName example12.org
/etc/apache2/sites-available/example12.org.conf: ServerAlias www.example12.org
/etc/apache2/sites-available/example12.org.conf: ServerAdmin webmaster@example12.org
/etc/apache2/sites-available/example12.org.conf: DocumentRoot /var/www/example5.org/contao
/etc/apache2/sites-available/example12.org.conf: <Directory /var/www/example5.org/contao>
/etc/apache2/sites-available/example12.org.conf:</VirtualHost>
/etc/apache2/sites-available/example12.org.conf:	<VirtualHost *:443>
/etc/apache2/sites-available/example12.org.conf: ServerName example12.org:443
/etc/apache2/sites-available/example12.org.conf: ServerAlias www.example12.org:443
/etc/apache2/sites-available/example12.org.conf: ServerAdmin webmaster@localhost
/etc/apache2/sites-available/example12.org.conf: DocumentRoot /var/www/example5.org/contao
/etc/apache2/sites-available/example12.org.conf: <IfModule mod_rewrite.c>
/etc/apache2/sites-available/example12.org.conf: RewriteEngine On
/etc/apache2/sites-available/example12.org.conf: RewriteCond %{REQUEST_METHOD} ^TRACE
/etc/apache2/sites-available/example12.org.conf: RewriteRule .* - [F]
/etc/apache2/sites-available/example12.org.conf:	</VirtualHost>
/etc/apache2/sites-available/example10.org.conf:<VirtualHost *:80>
/etc/apache2/sites-available/example10.org.conf: ServerName example10.org
/etc/apache2/sites-available/example10.org.conf: ServerAlias www.example10.org
/etc/apache2/sites-available/example10.org.conf: ServerAdmin webmaster@example10.org
/etc/apache2/sites-available/example10.org.conf: DocumentRoot /var/www/example10.org
/etc/apache2/sites-available/example10.org.conf:</VirtualHost>
/etc/apache2/sites-available/example10.org.conf:	<VirtualHost *:443>
/etc/apache2/sites-available/example10.org.conf: ServerName example10.org:443
/etc/apache2/sites-available/example10.org.conf: ServerAlias www.example10.org:443
/etc/apache2/sites-available/example10.org.conf: ServerAdmin webmaster@localhost
/etc/apache2/sites-available/example10.org.conf: DocumentRoot /var/www/example10.org
/etc/apache2/sites-available/example10.org.conf: <IfModule mod_rewrite.c>
/etc/apache2/sites-available/example10.org.conf: RewriteEngine On
/etc/apache2/sites-available/example10.org.conf: RewriteCond %{REQUEST_METHOD} ^TRACE
/etc/apache2/sites-available/example10.org.conf: RewriteRule .* - [F]
/etc/apache2/sites-available/example10.org.conf: ServerAlias example10.org
/etc/apache2/sites-available/example10.org.conf:	</VirtualHost>
/etc/apache2/sites-available/example13.org.conf:# 2014-03-16 auf example5.org/contao gesetzt (testweise)
/etc/apache2/sites-available/example13.org.conf:<VirtualHost *:80>
/etc/apache2/sites-available/example13.org.conf: ServerName example13.org
/etc/apache2/sites-available/example13.org.conf: ServerAlias www.example13.org
/etc/apache2/sites-available/example13.org.conf: ServerAdmin webmaster@example13.org
/etc/apache2/sites-available/example13.org.conf: DocumentRoot /var/www/example5.org/contao
/etc/apache2/sites-available/example13.org.conf: <Directory /var/www/example5.org/contao>
/etc/apache2/sites-available/example13.org.conf:</VirtualHost>
/etc/apache2/sites-available/example13.org.conf:	<VirtualHost *:443>
/etc/apache2/sites-available/example13.org.conf: ServerName example13.org:443
/etc/apache2/sites-available/example13.org.conf: ServerAlias www.example13.org:443
/etc/apache2/sites-available/example13.org.conf: ServerAdmin webmaster@localhost
/etc/apache2/sites-available/example13.org.conf: DocumentRoot /var/www/example5.org/contao
/etc/apache2/sites-available/example13.org.conf: <IfModule mod_rewrite.c>
/etc/apache2/sites-available/example13.org.conf: RewriteEngine On
/etc/apache2/sites-available/example13.org.conf: RewriteCond %{REQUEST_METHOD} ^TRACE
/etc/apache2/sites-available/example13.org.conf: RewriteRule .* - [F]
/etc/apache2/sites-available/example13.org.conf:## <Directory /var/www/example5.org/contao>
/etc/apache2/sites-available/example13.org.conf:	</VirtualHost>
/etc/apache2/sites-available/_template.new:<VirtualHost *:80>
/etc/apache2/sites-available/_template.new: ServerName example.org
/etc/apache2/sites-available/_template.new: ServerAlias www.example.org
/etc/apache2/sites-available/_template.new: ServerAdmin webmaster@example.org
/etc/apache2/sites-available/_template.new: DocumentRoot /var/www/example.org
/etc/apache2/sites-available/_template.new:</VirtualHost>
/etc/apache2/sites-available/_template.new:	<VirtualHost *:443>
/etc/apache2/sites-available/_template.new: ServerName example.org:443
/etc/apache2/sites-available/_template.new: ServerAlias www.example.org:443
/etc/apache2/sites-available/_template.new: ServerAdmin webmaster@localhost
/etc/apache2/sites-available/_template.new: DocumentRoot /var/www/example.org
/etc/apache2/sites-available/_template.new: <IfModule mod_rewrite.c>
/etc/apache2/sites-available/_template.new: RewriteEngine On
/etc/apache2/sites-available/_template.new: RewriteCond %{REQUEST_METHOD} ^TRACE
/etc/apache2/sites-available/_template.new: RewriteRule .* - [F]
/etc/apache2/sites-available/_template.new:	</VirtualHost>
/etc/apache2/sites-available/example14.org.conf:<VirtualHost *:80>
/etc/apache2/sites-available/example14.org.conf: ServerName example14.org
/etc/apache2/sites-available/example14.org.conf: ServerAlias www.example14.org        
/etc/apache2/sites-available/example14.org.conf: ServerAdmin webmaster@localhost
/etc/apache2/sites-available/example14.org.conf: DocumentRoot /var/www/example14.org/
/etc/apache2/sites-available/example14.org.conf:</VirtualHost>
/etc/apache2/sites-available/example14.org.conf:	<VirtualHost *:443>
/etc/apache2/sites-available/example14.org.conf: ServerName example14.org:443
/etc/apache2/sites-available/example14.org.conf: ServerAlias www.example14.org:443
/etc/apache2/sites-available/example14.org.conf: ServerAdmin webmaster@localhost
/etc/apache2/sites-available/example14.org.conf: DocumentRoot /var/www/example14.org
/etc/apache2/sites-available/example14.org.conf: <IfModule mod_rewrite.c>
/etc/apache2/sites-available/example14.org.conf: RewriteEngine On
/etc/apache2/sites-available/example14.org.conf: RewriteCond %{REQUEST_METHOD} ^TRACE
/etc/apache2/sites-available/example14.org.conf: RewriteRule .* - [F]
/etc/apache2/sites-available/example14.org.conf:	</VirtualHost>
/etc/apache2/sites-available/example15.org.conf:<VirtualHost *:80>
/etc/apache2/sites-available/example15.org.conf: ServerName example15.org
/etc/apache2/sites-available/example15.org.conf: ServerAlias www.example15.org
/etc/apache2/sites-available/example15.org.conf: ServerAdmin webmaster@example15.org
/etc/apache2/sites-available/example15.org.conf: DocumentRoot /var/www/example15.org
/etc/apache2/sites-available/example15.org.conf:</VirtualHost>
/etc/apache2/sites-available/example15.org.conf:	<VirtualHost *:443>
/etc/apache2/sites-available/example15.org.conf: ServerName example15.org:443
/etc/apache2/sites-available/example15.org.conf: ServerAlias www.example15.org:443
/etc/apache2/sites-available/example15.org.conf: ServerAdmin webmaster@localhost
/etc/apache2/sites-available/example15.org.conf: DocumentRoot /var/www/example15.org
/etc/apache2/sites-available/example15.org.conf: <IfModule mod_rewrite.c>
/etc/apache2/sites-available/example15.org.conf: RewriteEngine On
/etc/apache2/sites-available/example15.org.conf: RewriteCond %{REQUEST_METHOD} ^TRACE
/etc/apache2/sites-available/example15.org.conf: RewriteRule .* - [F]
/etc/apache2/sites-available/example15.org.conf:	</VirtualHost>
/etc/apache2/sites-available/example1.org.conf:<VirtualHost *:80>
/etc/apache2/sites-available/example1.org.conf: ServerName example1.org
/etc/apache2/sites-available/example1.org.conf: ServerAlias www.example1.org
/etc/apache2/sites-available/example1.org.conf: DocumentRoot /var/www/example1.org
/etc/apache2/sites-available/example1.org.conf:</VirtualHost>
/etc/apache2/sites-available/example1.org.conf:	<VirtualHost *:443>
/etc/apache2/sites-available/example1.org.conf: ServerName example1.org:443
/etc/apache2/sites-available/example1.org.conf: ServerAdmin webmaster@localhost
/etc/apache2/sites-available/example1.org.conf: ServerAlias www.example1.org:443
/etc/apache2/sites-available/example1.org.conf: DocumentRoot /var/www/example1.org
/etc/apache2/sites-available/example1.org.conf: <IfModule mod_rewrite.c>
/etc/apache2/sites-available/example1.org.conf: RewriteEngine On
/etc/apache2/sites-available/example1.org.conf: RewriteCond %{REQUEST_METHOD} ^TRACE
/etc/apache2/sites-available/example1.org.conf: RewriteRule .* - [F]
/etc/apache2/sites-available/example1.org.conf:ServerAlias example1.org
/etc/apache2/sites-available/example1.org.conf:</VirtualHost>
/etc/apache2/sites-available/example16.org.conf:<VirtualHost *:80>
/etc/apache2/sites-available/example16.org.conf: ServerName example16.org
/etc/apache2/sites-available/example16.org.conf: ServerAlias www.example16.org        
/etc/apache2/sites-available/example16.org.conf: ServerAdmin webmaster@localhost
/etc/apache2/sites-available/example16.org.conf: DocumentRoot /var/www/example16.org
/etc/apache2/sites-available/example16.org.conf:</VirtualHost>
/etc/apache2/sites-available/example16.org.conf:	<VirtualHost *:443>
/etc/apache2/sites-available/example16.org.conf: ServerName example16.org:443
/etc/apache2/sites-available/example16.org.conf: ServerAdmin webmaster@localhost
/etc/apache2/sites-available/example16.org.conf: ServerAlias www.example16.org:443
/etc/apache2/sites-available/example16.org.conf: DocumentRoot /var/www/example16.org
/etc/apache2/sites-available/example16.org.conf: <IfModule mod_rewrite.c>
/etc/apache2/sites-available/example16.org.conf: RewriteEngine On
/etc/apache2/sites-available/example16.org.conf: RewriteCond %{REQUEST_METHOD} ^TRACE
/etc/apache2/sites-available/example16.org.conf: RewriteRule .* - [F]
/etc/apache2/sites-available/example16.org.conf:	</VirtualHost>
/etc/apache2/sites-available/squirrelmail.example1.org.conf:<VirtualHost *:80>
/etc/apache2/sites-available/squirrelmail.example1.org.conf: ServerName squirrelmail.example1.org        
/etc/apache2/sites-available/squirrelmail.example1.org.conf: ServerAdmin admin@example1.org
/etc/apache2/sites-available/squirrelmail.example1.org.conf: ServerAlias squirrelmail.example2.org squirrelmail.example5.org squirrelmail.example16.org squirrelmail.example14.org squirrelmail.example11.org squirrelmail.example4.org squirrelmail.example3.org
/etc/apache2/sites-available/squirrelmail.example1.org.conf: DocumentRoot /usr/share/squirrelmail
/etc/apache2/sites-available/squirrelmail.example1.org.conf:</VirtualHost>
/etc/apache2/sites-available/squirrelmail.example1.org.conf:	<VirtualHost *:443>
/etc/apache2/sites-available/squirrelmail.example1.org.conf: ServerName squirrelmail.example1.org:443        
/etc/apache2/sites-available/squirrelmail.example1.org.conf: ServerAdmin admin@example1.org
/etc/apache2/sites-available/squirrelmail.example1.org.conf: ServerAlias squirrelmail.example2.org squirrelmail.example5.org squirrelmail.example16.org squirrelmail.example14.org squirrelmail.example11.org squirrelmail.example4.org squirrelmail.example3.org
/etc/apache2/sites-available/squirrelmail.example1.org.conf: DocumentRoot /usr/share/squirrelmail
/etc/apache2/sites-available/squirrelmail.example1.org.conf: <IfModule mod_rewrite.c>
/etc/apache2/sites-available/squirrelmail.example1.org.conf: RewriteEngine On
/etc/apache2/sites-available/squirrelmail.example1.org.conf: RewriteCond %{REQUEST_METHOD} ^TRACE
/etc/apache2/sites-available/squirrelmail.example1.org.conf: RewriteRule .* - [F]
/etc/apache2/sites-available/squirrelmail.example1.org.conf: ServerAlias squirrelmail.example1.org
/etc/apache2/sites-available/squirrelmail.example1.org.conf:	</VirtualHost>
/etc/apache2/sites-available/owncloud.conf: XSendFilePath /var/www/example5.org
/etc/apache2/sites-available/example11.org-le-ssl.conf:<VirtualHost *:443>
/etc/apache2/sites-available/example11.org-le-ssl.conf: ServerName example11.org        
/etc/apache2/sites-available/example11.org-le-ssl.conf: ServerAlias www.example11.org
/etc/apache2/sites-available/example11.org-le-ssl.conf: ServerAdmin webmaster@localhost
/etc/apache2/sites-available/example11.org-le-ssl.conf: DocumentRoot /var/www/example11.org/
/etc/apache2/sites-available/example11.org-le-ssl.conf:</VirtualHost>
/etc/apache2/sites-available/ssl:NameVirtualHost *:443
/etc/apache2/sites-available/default-ssl:#<VirtualHost _default_:443>
/etc/apache2/sites-available/default-ssl:<VirtualHost *:443>
/etc/apache2/sites-available/default-ssl:	ServerAdmin webmaster@localhost
/etc/apache2/sites-available/default-ssl:	DocumentRoot /var/www
/etc/apache2/sites-available/default-ssl:</VirtualHost>
/etc/apache2/mods-available/dav_svn.conf:# Note, a literal /svn should NOT exist in your document root.
/etc/apache2/mods-available/jk.conf: # Of course you can also do it with mod_rewrite.
/etc/apache2/mods-available/jk.conf: # If you are using VirtualHost elements, you
/etc/apache2/mods-available/jk.conf: # - can put mounts only used in some virtual host into its VirtualHost element 
/etc/apache2/mods-available/jk.conf: # - can copy all global mounts to it using "JkMountCopy On" inside the VirtualHost
/etc/apache2/mods-available/rewrite.load:LoadModule rewrite_module /usr/lib/apache2/modules/mod_rewrite.so
/etc/apache2/mods-available/cache_disk.conf:	CacheRoot /var/cache/apache2/mod_cache_disk
/etc/apache2/mods-available/userdir.conf:	UserDir disabled root
/etc/apache2/mods-available/status.conf:	# with the URL of http://servername/server-status
/etc/apache2/mods-available/info.conf:	# http://servername/server-info (requires that mod_info.c be loaded).
/etc/apache2/apache2.conf:# supposed to determine listening ports for incoming connections which can be
/etc/apache2/apache2.conf:# ServerRoot: The top of the directory tree under which the server's
/etc/apache2/apache2.conf:#ServerRoot "/etc/apache2"
/etc/apache2/apache2.conf:# If you do not specify an ErrorLog directive within a <VirtualHost>
/etc/apache2/apache2.conf:# logged here. If you *do* define an error logfile for a <VirtualHost>
/etc/apache2/apache2.conf:# Include list of ports to listen on
/etc/apache2/apache2.conf:# not allow access to the root filesystem outside of /usr/share and /var/www.
/etc/apache2/conf-available/other-vhosts-access-log.conf:# Define an access log for VirtualHosts that don't define their own logfile
/etc/apache2/conf-available/security.conf:# This directive configures what you return as the Server HTTP response
/etc/apache2/conf-available/security.conf:# Set to "EMail" to also include a mailto: link to the ServerAdmin.
/etc/apache2/conf-available/security.conf:# If you use version control systems in your document root, you should
/etc/apache2/conf-available/owncloud.conf.old: XSendFilePath /var/www/example5.org
/etc/apache2/conf-available/owncloud.conf: XSendFilePath /var/www/example5.org
/etc/apache2/conf-available/localized-error-pages.conf:# even on a per-VirtualHost basis. If you include the Alias in the global server
/etc/apache2/conf-available/localized-error-pages.conf:# ServerAdmin email address regardless of the setting of ServerSignature.

```

---

<div class="post-metadata">

### Author: ![rg305](https://sea3.discourse-cdn.com/letsencrypt/user_avatar/community.letsencrypt.org/rg305/32/91314_2.png) [@rg305](https://community.letsencrypt.org/u/rg305)
#### Post date: [February 4, 2019, 6:39pm UTC](https://community.letsencrypt.org/t/the-client-lacks-sufficient-authorization/84059/28 "2019-02-04T18:39:45Z")

</div>

Please show which files are actually being loaded (included):  
`grep -Ei include /etc/apache2/*`  
`ls -l /etc/apache2/sites-enabled/`

---

<div class="post-metadata">

### Author: ![rg305](https://sea3.discourse-cdn.com/letsencrypt/user_avatar/community.letsencrypt.org/rg305/32/91314_2.png) [@rg305](https://community.letsencrypt.org/u/rg305)
#### Post date: [February 4, 2019, 7:23pm UTC](https://community.letsencrypt.org/t/the-client-lacks-sufficient-authorization/84059/29 "2019-02-04T19:23:55Z")

</div>

In the interim….  
These are conflicting:

```auto
/etc/apache2/sites-available/example5.org.conf:<VirtualHost *:80>
/etc/apache2/sites-available/example5.org.conf: ServerName example5.org
/etc/apache2/sites-available/example5.org.conf:	ServerAlias www.example5.org        
/etc/apache2/sites-available/example5.org.conf: <Directory /var/www/example5.org>
/etc/apache2/sites-available/example5.org.conf:</VirtualHost>

/etc/apache2/sites-available/example5.org-le-ssl.conf:<VirtualHost *:80>
/etc/apache2/sites-available/example5.org-le-ssl.conf: ServerName example5.org
/etc/apache2/sites-available/example5.org-le-ssl.conf: ServerAlias www.example5.org        
/etc/apache2/sites-available/example5.org-le-ssl.conf: <Directory /var/www/example5.org>
/etc/apache2/sites-available/example5.org-le-ssl.conf:</VirtualHost>

```

These are conflicting:

```auto
/etc/apache2/sites-available/example5.org.conf:	<VirtualHost *:443>
/etc/apache2/sites-available/example5.org.conf: ServerName example5.org
/etc/apache2/sites-available/example5.org.conf: ServerAlias www.example5.org
/etc/apache2/sites-available/example5.org.conf: <Directory /var/www/example5.org>
/etc/apache2/sites-available/example5.org.conf: ServerAlias example5.org
/etc/apache2/sites-available/example5.org.conf:	</VirtualHost>

/etc/apache2/sites-available/example5.org-le-ssl.conf:<VirtualHost *:443>
/etc/apache2/sites-available/example5.org-le-ssl.conf: ServerName example5.org
/etc/apache2/sites-available/example5.org-le-ssl.conf: ServerAlias www.example5.org        
/etc/apache2/sites-available/example5.org-le-ssl.conf: <Directory /var/www/example5.org>
/etc/apache2/sites-available/example5.org-le-ssl.conf:</VirtualHost>

```

These are conflicting:

```auto
/etc/apache2/sites-available/example8.org.conf:	<VirtualHost *:443>
/etc/apache2/sites-available/example8.org.conf: ServerName example8.org:443
/etc/apache2/sites-available/example8.org.conf: ServerAlias www.example8.org:443
/etc/apache2/sites-available/example8.org.conf: ServerAlias example8.org
/etc/apache2/sites-available/example8.org.conf:	</VirtualHost>

/etc/apache2/sites-available/example8.org-le-ssl.conf:<VirtualHost *:443>
/etc/apache2/sites-available/example8.org-le-ssl.conf: ServerName example8.org
/etc/apache2/sites-available/example8.org-le-ssl.conf: ServerAlias www.example8.org
/etc/apache2/sites-available/example8.org-le-ssl.conf:	RewriteEngine on
/etc/apache2/sites-available/example8.org-le-ssl.conf:</VirtualHost>

```

These are conflicting:

```auto
/etc/apache2/sites-available/example10.org.conf:	<VirtualHost *:443>
/etc/apache2/sites-available/example10.org.conf: ServerName example10.org:443
/etc/apache2/sites-available/example10.org.conf: ServerAlias www.example10.org:443
/etc/apache2/sites-available/example10.org.conf: ServerAlias example10.org
/etc/apache2/sites-available/example10.org.conf:	</VirtualHost>

/etc/apache2/sites-available/example10.org-le-ssl.conf:<VirtualHost *:443>
/etc/apache2/sites-available/example10.org-le-ssl.conf: ServerName example10.org
/etc/apache2/sites-available/example10.org-le-ssl.conf: ServerAlias www.example10.org
/etc/apache2/sites-available/example10.org-le-ssl.conf:</VirtualHost>

```

These are conflicting:

```auto
/etc/apache2/sites-available/example11.org.conf:	<VirtualHost *:443>
/etc/apache2/sites-available/example11.org.conf: ServerName example11.org:443
/etc/apache2/sites-available/example11.org.conf: ServerAlias example11.org
/etc/apache2/sites-available/example11.org.conf:</VirtualHost>

/etc/apache2/sites-available/example11.org-le-ssl.conf:<VirtualHost *:443>
/etc/apache2/sites-available/example11.org-le-ssl.conf: ServerName example11.org        
/etc/apache2/sites-available/example11.org-le-ssl.conf: ServerAlias www.example11.org
/etc/apache2/sites-available/example11.org-le-ssl.conf:</VirtualHost>

```

These are interesting and may require additional attention:

```auto
/etc/apache2/sites-available/default.new
/etc/apache2/sites-available/owncloud.conf
/etc/apache2/sites-available/ssl
/etc/apache2/sites-available/default-ssl
/etc/apache2/conf-available/owncloud.conf

```

---

<div class="post-metadata">

### Author: ![system](https://global.discourse-cdn.com/letsencrypt/original/3X/c/a/ca6c06ea1ea201324bba7048c6841ce60236468d.png) [@system](https://community.letsencrypt.org/u/system)
#### Post date: [March 6, 2019, 7:30pm UTC](https://community.letsencrypt.org/t/the-client-lacks-sufficient-authorization/84059/30 "2019-03-06T19:30:33Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.

[Previous page](https://community.letsencrypt.org/t/the-client-lacks-sufficient-authorization/84059.md?page=1)
