hi.
Ubuntu 19.10
Im having error while activating ssl certificate by “sudo /usr/share/jitsi-meet/scripts/install-letsencrypt-cert.sh”
attaching the screenshot.
I have to anonimize my domain and ip, so lets say that my domain is meetings.example. com
Im using Apache2, so content of .conf file in sites-available is :
<VirtualHost *:80>
AllowOverride None Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec Require method GET POST OPTIONS
ServerAdmin admin@meetings.example. com
ServerName meetings.example. com
ServerAlias www.meetings.example. com
DocumentRoot /var/www/meetings.example. com/public_html
ErrorLog {APACHE_LOG_DIR}/error.log CustomLog {APACHE_LOG_DIR}/access.log combined
Alias /.well-known/acme-challenge/ “/var/www/meetings.example. com/public_html/.well-known/acme-challenge/”
DNS set correct I guess. Because I can acces server by domain link. Also made test file “123” in /var/www/meetings.example. com/public_html/.well-known/acme-challenge/ WHICH IS ACCESSIBLE by link www.meetings.example. com/.well-known/acme-challenge/123
Help me pls.