[PM-17686] Allow overwriting TLS certificates (#5111)

This commit is contained in:
Patrick Honkonen
2025-04-28 17:44:41 -04:00
committed by GitHub
parent b901de9ddf
commit a4aa9837a6
9 changed files with 410 additions and 89 deletions

View File

@@ -1259,4 +1259,8 @@ Do you want to switch to this account?</string>
<string name="all_logs_deleted">All logs deleted</string>
<string name="log_deleted">Log deleted</string>
<string name="app_settings">App settings</string>
<string name="replace_existing_certificate">Replace existing certificate?</string>
<string name="a_certificate_with_the_alias_x_already_exists_do_you_want_to_replace_it">A certificate with this alias \"%s\" already exists. Do you want to replace it?\nReplace the certificate may impact your connection to any environments currently using it.</string>
<string name="replace_certificate">Replace certificate</string>
<string name="unable_to_read_certificate">Unable to read certificate.</string>
</resources>