Skip to content

Commit

Permalink
workflows updated MySQL TLS comment
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Jun 9, 2024
1 parent d05f94d commit b3b1ff5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 10 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/clang-cl-qt6.yml
Original file line number Diff line number Diff line change
@@ -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
# ---
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/linux-qt6-drivers.yml
Original file line number Diff line number Diff line change
@@ -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

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/linux-qt6.yml
Original file line number Diff line number Diff line change
@@ -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
# ---
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/msvc2022-qt6-drivers.yml
Original file line number Diff line number Diff line change
@@ -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

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/msvc2022-qt6.yml
Original file line number Diff line number Diff line change
@@ -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
# ---
Expand Down

0 comments on commit b3b1ff5

Please sign in to comment.