Skip to content

Commit 2b1c59f

Browse files
committed
Remove baltimore cert section.
1 parent 943dd72 commit 2b1c59f

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

articles/cosmos-db/cassandra/manage-data-python.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: cosmos-db
77
ms.subservice: apache-cassandra
88
ms.devlang: python
99
ms.topic: quickstart
10-
ms.date: 03/29/2023
10+
ms.date: 04/03/2023
1111
ms.custom: devx-track-python, mode-api, ignite-2022, py-fresh-zinc
1212
---
1313
# Quickstart: Build a Cassandra app with Python SDK and Azure Cosmos DB
@@ -125,16 +125,6 @@ Now go back to the Azure portal to get your connection string information and co
125125
`'password' = '2Ggkr662ifxz2Mg==`';`
126126
127127
1. Save the *config.py* file.
128-
129-
## Use the X509 certificate
130-
131-
1. Copy the **Baltimore CyberTrust Root** certificate details from [https://www.digicert.com/kb/digicert-root-certificates.htm](https://www.digicert.com/kb/digicert-root-certificates.htm) into a text file. Download and save the *.pem* file with the file extension *.cer*.
132-
133-
The certificate has serial number `02:00:00:b9` and SHA1 fingerprint `d4:de:20:d0:5e:66:fc:53:fe:1a:50:88:2c:78:db:28:52:ca:e4:74`.
134-
135-
2. Open *pyquickstart.py* and change the `path\to\cert` to point to your new certificate.
136-
137-
3. Save *pyquickstart.py*.
138128
139129
## Run the Python app
140130

0 commit comments

Comments
 (0)