From b3b1ff5e0db1d9a8881d5bff732cb535d3192dda Mon Sep 17 00:00:00 2001 From: silverqx Date: Sun, 9 Jun 2024 08:55:10 +0200 Subject: [PATCH] workflows updated MySQL TLS comment --- .github/workflows/clang-cl-qt6.yml | 3 +-- .github/workflows/linux-qt6-drivers.yml | 3 +-- .github/workflows/linux-qt6.yml | 3 +-- .github/workflows/msvc2022-qt6-drivers.yml | 3 +-- .github/workflows/msvc2022-qt6.yml | 3 +-- 5 files changed, 5 insertions(+), 10 deletions(-) diff --git a/.github/workflows/clang-cl-qt6.yml b/.github/workflows/clang-cl-qt6.yml index 11f4505e3..1d0c7b3c6 100644 --- a/.github/workflows/clang-cl-qt6.yml +++ b/.github/workflows/clang-cl-qt6.yml @@ -1,8 +1,7 @@ # MySQL # --- # Forces TLS connections with the caching_sha2_password and certificate validation, also validates -# issuer == CN=MySQL_Server_TinyORM_Auto_Generated_CA_Certificate and -# subject == CN=MySQL_Server_TinyORM_Auto_Generated_Client_Certificate. +# certificate's CN for issuer and subject. # PostgreSQL # --- diff --git a/.github/workflows/linux-qt6-drivers.yml b/.github/workflows/linux-qt6-drivers.yml index 86d67e912..99d94382a 100644 --- a/.github/workflows/linux-qt6-drivers.yml +++ b/.github/workflows/linux-qt6-drivers.yml @@ -1,8 +1,7 @@ # MySQL # --- # Forces TLS connections with the caching_sha2_password and certificate validation, also validates -# issuer == CN=MySQL_Server_TinyORM_Auto_Generated_CA_Certificate and -# subject == CN=MySQL_Server_TinyORM_Auto_Generated_Client_Certificate. +# certificate's CN for issuer and subject. name: Linux GCC/Clang Qt6.7 TinyDrivers diff --git a/.github/workflows/linux-qt6.yml b/.github/workflows/linux-qt6.yml index 187875174..124e22e84 100644 --- a/.github/workflows/linux-qt6.yml +++ b/.github/workflows/linux-qt6.yml @@ -1,8 +1,7 @@ # MySQL # --- # Forces TLS connections with the caching_sha2_password and certificate validation, also validates -# issuer == CN=MySQL_Server_TinyORM_Auto_Generated_CA_Certificate and -# subject == CN=MySQL_Server_TinyORM_Auto_Generated_Client_Certificate. +# certificate's CN for issuer and subject. # PostgreSQL # --- diff --git a/.github/workflows/msvc2022-qt6-drivers.yml b/.github/workflows/msvc2022-qt6-drivers.yml index eca5ae498..024976e54 100644 --- a/.github/workflows/msvc2022-qt6-drivers.yml +++ b/.github/workflows/msvc2022-qt6-drivers.yml @@ -1,8 +1,7 @@ # MySQL # --- # Forces TLS connections with the caching_sha2_password and certificate validation, also validates -# issuer == CN=MySQL_Server_TinyORM_Auto_Generated_CA_Certificate and -# subject == CN=MySQL_Server_TinyORM_Auto_Generated_Client_Certificate. +# certificate's CN for issuer and subject. name: MSVC2022 Qt6.7 TinyDrivers diff --git a/.github/workflows/msvc2022-qt6.yml b/.github/workflows/msvc2022-qt6.yml index d20deb573..a2a9f18cf 100644 --- a/.github/workflows/msvc2022-qt6.yml +++ b/.github/workflows/msvc2022-qt6.yml @@ -1,8 +1,7 @@ # MySQL # --- # Forces TLS connections with the caching_sha2_password and certificate validation, also validates -# issuer == CN=MySQL_Server_TinyORM_Auto_Generated_CA_Certificate and -# subject == CN=MySQL_Server_TinyORM_Auto_Generated_Client_Certificate. +# certificate's CN for issuer and subject. # PostgreSQL # ---