Skip to content

Commit 26c7a8a

Browse files
Merge pull request #219361 from GennadNY/gennadyk897
Update concepts-certificate-rotation.md
2 parents 4446ea2 + 466c359 commit 26c7a8a

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

articles/postgresql/single-server/concepts-certificate-rotation.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,15 @@ To verify if you are using SSL connection to connect to the server refer [SSL ve
145145
No. There's no action needed if your certificate file already has the **DigiCertGlobalRootG2**.
146146

147147

148-
### 13. What if I have further questions?
148+
### 13. How can I check the certificate that is sent by the server?
149+
150+
There are many tools that you can use. For example, DigiCert has a handy [tool](https://www.digicert.com/help/) that will show you the certificate chain of any server name. (This tool will only work with publicly accessible server; it cannot connect to server that is contained in a virtual network (VNET)).
151+
Another tool you can use is OpenSSL in the command line, you can use the syntax below:
152+
```bash
153+
openssl s_client -showcerts -connect <your-postgresql-server-name>:443
154+
```
155+
156+
### 14. What if I have further questions?
149157
If you have questions, get answers from community experts in [Microsoft Q&A](mailto:[email protected]). If you have a support plan and you need technical help please create a [support request](https://learn.microsoft.com/azure/azure-portal/supportability/how-to-create-azure-support-request):
150158
* For *Issue type*, select *Technical*.
151159
* For *Subscription*, select your *subscription*.

0 commit comments

Comments
 (0)