Reach Rate Limit

Yes, please delete it now.
We can get you another one whenever you are ready for it.

1 Like

ok so I have this file for jirafeau-ssl.conf now :
https://paste.debian.net/hidden/cd0d7c53/

but have

# apachectl -t
apache2: Syntax error on line 225 of /etc/apache2/apache2.conf: Syntax error on line 16 of /etc/apache2/sites-enabled/jirafeau-ssl.c
onf: Could not open configuration file /etc/letsencrypt/options-ssl-apache.conf: No such file or directory
Action '-t' failed.
The Apache error log may have more information.

and if I comment the include I have that :

# apachectl -t
AH00526: Syntax error on line 18 of /etc/apache2/sites-enabled/jirafeau-ssl.conf:
SSLCertificateFile: file '/etc/letsencrypt/live/jirafeau.tbbt.xenbox.fr/fullchain.pem' does not exist or is empty
Action '-t' failed.
The Apache error log may have more information.

fabulous!
Here it is:

# This file contains important security parameters. If you modify this file
# manually, Certbot will be unable to automatically provide future security
# updates. Instead, Certbot will print and log an error message with a path to
# the up-to-date file that you will need to refer to when manually updating
# this file.

SSLEngine on

# Intermediate configuration, tweak to your needs
SSLProtocol             all -SSLv2 -SSLv3
SSLCipherSuite          ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA:ECDHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-RSA-AES256-SHA256:DHE-RSA-AES256-SHA:ECDHE-ECDSA-DES-CBC3-SHA:ECDHE-RSA-DES-CBC3-SHA:EDH-RSA-DES-CBC3-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:DES-CBC3-SHA:!DSS
SSLHonorCipherOrder     on
SSLCompression          off

SSLOptions +StrictRequire

# Add vhost name to log entries:
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\"" vhost_combined
LogFormat "%v %h %l %u %t \"%r\" %>s %b" vhost_common

#CustomLog /var/log/apache2/access.log vhost_combined
#LogLevel warn
#ErrorLog /var/log/apache2/error.log

# Always ensure Cookies have "Secure" set (JAH 2012/1)
#Header edit Set-Cookie (?i)^(.*)(;\s*secure)??((\s*;)?(.*)) "$1; Secure$3$4"

Feel free to make changes to it if you like.
Note: If you do modify it, certbot updates might ignore it (not update it - in the future).

1 Like

Then to get you that cert:

certbot certonly --webroot -w /var/www/Jirafeau/ -d jirafeau.tbbt.xenbox.fr

Then:
certbot certificates
[to confirm the cert-name]

1 Like

I'm sorry this has taken so long.
But I really need to go now.
You should be able to finish easily - if not, post here and someone (else) will respond soon.

1 Like

thanks

1 Like

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