Guten Abend,
nachdem Nextcloud nun stabil lĂ€uft, möchte ich natĂŒrlich SSL/HTTPS einrichten. Mit folgendem Befehl versuche ich das Zertifikat zu erzeugen: sudo letsencrypt --apache
Danach gebe ich meine DomÀne an und erhalte folgenden Error-Code:
There were too many requests of a given type :: Error creating new cert :: Too many certificates already issued for: spdns.de
Please see the logfiles in /var/log/letsencrypt for more details.
Folgendes Steht in der Datei âletsencrypt.logâ:
Traceback (most recent call last):
File â/usr/bin/letsencryptâ, line 9, in
load_entry_point(âletsencrypt==0.4.1â, âconsole_scriptsâ, âletsencryptâ)()
File â/usr/lib/python2.7/dist-packages/letsencrypt/cli.pyâ, line 1960, in main
setup_logging(config, _cli_log_handler, logfile=âletsencrypt.logâ)
File â/usr/lib/python2.7/dist-packages/letsencrypt/cli.pyâ, line 1873, in setup_logging
config, logfile=logfile, fmt=fmt)
File â/usr/lib/python2.7/dist-packages/letsencrypt/cli.pyâ, line 1844, in setup_log_file_handler
log_file_path, maxBytes=2 ** 20, backupCount=10)
File â/usr/lib/python2.7/logging/handlers.pyâ, line 117, in init
BaseRotatingHandler.init(self, filename, mode, encoding, delay)
File â/usr/lib/python2.7/logging/handlers.pyâ, line 64, in init
logging.FileHandler.init(self, filename, mode, encoding, delay)
File â/usr/lib/python2.7/logging/init.pyâ, line 913, in init
StreamHandler.init(self, self._open())
File â/usr/lib/python2.7/logging/init.pyâ, line 943, in _open
stream = open(self.baseFilename, self.mode)
IOError: [Errno 13] Permission denied: â/var/log/letsencrypt/letsencrypt.logâ
Was habe ich falsch gemacht? Vielen Dank fĂŒr Eure Hilfe
MfG
ByteJunkie