Skip to content

Latest commit

 

History

History
78 lines (49 loc) · 2.39 KB

urls.md

File metadata and controls

78 lines (49 loc) · 2.39 KB

Important URLS

Web Guides

Src Repos

GCP Example specifies the following SSL related urls

  • roots cert

    • Stored locally here
      • The complete Google root CA certificate (128KB)
  • MQTT server address mqtt.googleapis.com

    • Stored locally here
    • This is the notes from the "Downloading MQTT server certificates" section on cloud.google.com/iot/docs
      • This package establishes the chain of trust to communicate with Google products and services, including Cloud IoT Core
      • the complete google root CA certification package is the roots.pem cert.
  • MQTT LTS Server/Domain - mqtt.2030.ltsapis.goog

    • Stored locally here
    • In the official docs this is noted as a minimal set for use with memory limited devices.
  • Primary cert

    • Stored locally here
    • Binary file
  • Backup cert

    • Stored locally here

    • Binary file

    • This is the notes from the "Downloading MQTT server certificates" section on cloud.google.com/iot/docs

      • This package establishes the chain of trust to communicate with Google products and services, including Cloud IoT Core

cloud.google.com/docs

https://cloud.google.com/iot/docs/how-tos/mqtt-bridge#downloading_mqtt_server_certificates

openssl DER notes

https://wiki.openssl.org/index.php/DER

url for decoding base64

https://cryptii.com/pipes/base64-to-hex

nmap -p 443 --script ssl-cert gnupg.org
nmap -p 8883 --script ssl-cert mqtt.googleapis.com | less

https://sites.google.com/site/tlsssloverview/ssl-tls-protocol-layers/handshake-layer/change-cipher-spec-protocol

https://pki.goog/repository/

https://cloud.google.com/iot/docs/concepts/device-security

https://cloud.google.com/iot/docs/how-tos/mqtt-bridge#downloading_mqtt_server_certificates

mqtt.googleapis.com:8883