copy and paste this google map to your website or blog!
Press copy button and paste into your blog or website.
(Please switch to 'HTML' mode when posting into your blog. Examples: WordPress Example, Blogger Example)
Примеры кода для подключения к кластеру Apache Kafka® В примерах ниже предполагается, что сертификат YandexInternalRootCA crt расположен в директории: usr local share ca-certificates Yandex для Ubuntu; $HOME\ kafka\ для Windows
nix: добавление яндекс сертификата в систему sudo mkdir -p usr local share ca-certificates Yandex \ sudo wget "https: storage yandexcloud net cloud-certs CA pem" -O usr local share ca-certificates Yandex YandexInternalRootCA crt и по хорошему потом надо
shubin-iv’s gists · GitHub rm -f YandexInternalRootCA crt #Скрипт добавления Сертификата Яндекс в личное хранилище (для ознакомления, не рекомендуется использовать в рамках урока)
crls. yandex. net -----BEGIN CERTIFICATE----- MIIFGTCCAwGgAwIBAgIQJMM7ZIy2SYxCBgK7WcFwnjANBgkqhkiG9w0BAQ0FADAf MR0wGwYDVQQDExRZYW5kZXhJbnRlcm5hbFJvb3RDQTAeFw0xMzAyMTExMzQxNDNa
Code examples for connecting to an Apache Kafka® cluster The examples below assume that the YandexInternalRootCA crt certificate is located in the directory: usr local share ca-certificates Yandex for Ubuntu $HOME\ kafka\ for Windows Connecting without an SSL certificate is only supported for non-public hosts For connections to the database, traffic inside the virtual network is not encrypted in
How to fix this MongoClient connection? - Stack Overflow where YandexInternalRootCA crt is the downloaded certificate Now I'm trying to do the same via MongoClient like this (the code is adapted from their examples; node v15 14 0, mongodb ^4 1 2):