Update src/nginxconfig/i18n/de/templates/setup_sections/certbot.js
This commit is contained in:
parent
633963ce43
commit
7aaf4a7424
|
@ -31,7 +31,7 @@ const certbot = 'Certbot';
|
|||
export default {
|
||||
commentOutSslDirectivesInConfiguration: `Kommentiere ${common.ssl}-relevante Direktiven in deiner Konfiguration aus:`,
|
||||
reloadYourNginxServer: `Führe einen reload deines ${common.nginx} Server aus:`,
|
||||
obtainSslCertificatesFromLetsEncrypt: `Erhalte ${common.ssl} Zertifikate von ${common.letsEncrypt} mittels ${certbot} :`,
|
||||
obtainSslCertificatesFromLetsEncrypt: `Erhalte ${common.ssl} Zertifikate von ${common.letsEncrypt} mittels ${certbot}:`,
|
||||
uncommentSslDirectivesInConfiguration: `Kommentiere ${common.ssl}-relevante Direktiven in deiner Konfiguration ein:`,
|
||||
configureCertbotToReloadNginxOnCertificateRenewal: `Konfiguriere ${certbot} um ${common.nginx} neu zu laden, wenn die Zertifikate erfolgreich erneuert wurden:`,
|
||||
certbotDoesNotNeedToBeSetupForYourConfiguration: `${certbot} muss für deine ${common.nginx} Konfiguration nicht eingerichtet werden.`,
|
||||
|
|
Loading…
Reference in New Issue