Merge pull request #6930 from rosano/patch-1

Fix typo
This commit is contained in:
Andras Bacsai 2025-10-22 21:37:55 +02:00 committed by GitHub
commit 8b9c26a566
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8240 additions and 4835 deletions

13071
CHANGELOG.md

File diff suppressed because it is too large Load diff

View file

@ -14,7 +14,7 @@
submitAction="saveCaCertificate" :actions="[
'This will overwrite the existing CA certificate at /data/coolify/ssl/coolify-ca.crt with your custom CA certificate.',
'This will regenerate all SSL certificates for databases on this server and it will sign them with your custom CA.',
'You must manually redeploy all your databases on this server so that they use the new SSL certificates singned with your new CA certificate.',
'You must manually redeploy all your databases on this server so that they use the new SSL certificates signed with your new CA certificate.',
'Because of caching, you probably also need to redeploy all your resources on this server that are using this CA certificate.',
]"
confirmationText="/data/coolify/ssl/coolify-ca.crt" shortConfirmationLabel="CA Certificate Path"
@ -24,7 +24,7 @@
submitAction="regenerateCaCertificate" :actions="[
'This will generate a new CA certificate at /data/coolify/ssl/coolify-ca.crt and replace the existing one.',
'This will regenerate all SSL certificates for databases on this server and it will sign them with the new CA certificate.',
'You must manually redeploy all your databases on this server so that they use the new SSL certificates singned with the new CA certificate.',
'You must manually redeploy all your databases on this server so that they use the new SSL certificates signed with the new CA certificate.',
'Because of caching, you probably also need to redeploy all your resources on this server that are using this CA certificate.',
]"
confirmationText="/data/coolify/ssl/coolify-ca.crt" shortConfirmationLabel="CA Certificate Path"