Good morning,
I am trying to install Grav, using without understanding >>
https://doc.ubuntu-fr.org/grav
but I’m still stuck.
Here are the details :
type or paste code here $ sudo certbot --apache --agree-tos --redirect --staple-ocsp --email you@example.com -d example.com
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator apache, Installer apache
There seem to be problems with that address. Enter email address (used for
urgent renewal and security notices)
If you really want to skip this, you can run the client with
--register-unsafely-without-email but make sure you then backup your account key
from /etc/letsencrypt/accounts
(Enter 'c' to cancel):
Invalid email address: .
Enter email address (used for urgent renewal and security notices)
If you really want to skip this, you can run the client with
--register-unsafely-without-email but make sure you then backup your account key
from /etc/letsencrypt/accounts
(Enter 'c' to cancel): @@@@@@g...fr
Would you be willing to share your email address with the Electronic Frontier
Foundation, a founding partner of the Let's Encrypt project and the non-profit
organization that develops Certbot? We'd like to send you email about our work
encrypting the web, EFF news, campaigns, and ways to support digital freedom.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
(Y)es/(N)o: Y
Obtaining a new certificate
An unexpected error occurred:
The server will not issue certificates for the identifier :: Error creating new order :: Cannot issue for "example.com": The ACME server refuses to issue a certificate for this domain name, because it is forbidden by policy
Please see the logfiles in /var/log/letsencrypt for more details.
IMPORTANT NOTES:
- Your account credentials have been saved in your Certbot
configuration directory at /etc/letsencrypt. You should make a
secure backup of this folder now. This configuration directory will
also contain certificates and private keys obtained by Certbot so
making regular backups of this folder is ideal.
kftx@jksx-IdeaPad-3-15IML05:~$ sudo apache2ctl -t
AH00112: Warning: DocumentRoot [/var/www/grav] does not exist
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message
SyntaxOK
kftx@jksx-IdeaPad-3-15IML05:~$ sudo systemctl reload apache2
kftx@jksx-IdeaPad-3-15IML05:~$ ls /etc/apache2/sites-available/
000-default.conf default-ssl.conf grav.conf grav.conf.save grav.conf.save.1
kftx@jksx-IdeaPad-3-15IML05:~$ cat /etc/apache2/sites-available/site_name.conf
cat: /etc/apache2/sites-available/site_name.conf: No such file or folder
kftx@jksx-IdeaPad-3-15IML05:~$ sudo nano /etc/apache2/sites-available/grav.conf
kftx@jksx-IdeaPad-3-15IML05:~$
kftx@jksx-IdeaPad-3-15IML05:~$ sudo apache2ctl -t
AH00112: Warning: DocumentRoot [/var/www/grav] does not exist
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message
SyntaxOK
Can you help me please?
THANKS.