Apache
From Wasya Wiki
					
										
					
					- See also certbot
 
install
webdav
a2enmod dav
certbot certonly --apache -d webdav2.wasya.co --http-01-port=8081
use
<Directory /var/www/>
    Options Indexes FollowSymLinks MultiViews
    AllowOverride All
    Order allow,deny
    allow from all
</Directory>