Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Certificate Creation


Flowchart
JOC [label="   JOC Cockpit   ",fillcolor="lightskyblue"]
CA_Root [label="   Root CA   ",fillcolor="orange"]
CA_Intermediate [label="   Intermediate CA   ",fillcolor="orange"]

PrimaryMaster [label="   Primary Master   ",fillcolor="lightskyblue"]
BackupMaster [label="   Backup Master   ",fillcolor="lightskyblue"]

# JOC_Truststore [label="JOC Cockpit Truststore\nRoot/Intermediate CA certificates",fillcolor="orange"]

# PrimaryMaster_Truststore [label="Primary Master Truststore\nRoot/Intermediate CA certificates",fillcolor="orange"]
# PrimaryMaster_Keystore [label="Primary Master Keystore\nPrimary Master Private Key",fillcolor="orange"]

# BackupMaster_Truststore [label="Backup Master Truststore\nRoot/Intermediate CA certificates",fillcolor="orange"]
# BackupMaster_Keystore [label="Backup Master Keystore\nBackup Master Private Key",fillcolor="orange"]

CA_RootCertificate [shape="ellipse",shape="ellipse",label="Root CA Certificate",fillcolor="green"]
CA_IntermediateCertificate [shape="ellipse",label="Intermediate CA Certificate",fillcolor="green"]

PrimaryMaster_PrivateKey [shape="ellipse",label="PrimaryMaster Private Key",fillcolor="white"]
# PrimaryMaster_Certificate [shape="ellipse",label="Primary Master Certificate",fillcolor="white"]

BackupMaster_PrivateKey [shape="ellipse",label="Backup Master Private Key",fillcolor="white"]
# BackupMaster_Certificate [shape="ellipse",label="Backup Master Certificate",fillcolor="white"]

# PrimaryMaster -> PrimaryMaster_Keystore
# PrimaryMaster -> PrimaryMaster_Truststore

# BackupMaster -> BackupMaster_Keystore
# BackupMaster -> BackupMaster_Truststore

JOC -> CA_Root 
JOC -> CA_Intermediate
CA_Root -> CA_RootCertificate 
CA_Intermediate -> CA_IntermediateCertificate

CA_Intermediate -> PrimaryMaster_PrivateKey -> PrimaryMaster
CA_RootCertificate -> PrimaryMaster
CA_IntermediateCertificate -> PrimaryMaster

CA_Intermediate -> BackupMaster_PrivateKey -> BackupMaster
CA_RootCertificate -> BackupMaster
CA_IntermediateCertificate -> BackupMaster

Certificate Deployment


Flowchart
JOC [label="   JOC Cockpit   ",fillcolor="lightskyblue"]
PrimaryMaster [label="   Primary Master   ",fillcolor="lightskyblue"]
BackupMaster [label="   Backup Master   ",fillcolor="lightskyblue"]

JOC_Truststore [label="JOC Cockpit Truststore\nRoot/Intermediate CA certificates",fillcolor="orange"]
# JOC_Keystore [label="JOC Cockpit Keystore",fillcolor="orange"]

PrimaryMaster_Truststore [label="Primary Master Truststore\nRoot/Intermediate CA certificates",fillcolor="orange"]
PrimaryMaster_Keystore [label="Primary Master Keystore\nPrimary Master Private Key",fillcolor="orange"]

BackupMaster_Truststore [label="Backup Master Truststore\nRoot/Intermediate CA certificates",fillcolor="orange"]
BackupMaster_Keystore [label="Backup Master Keystore\nBackup Master Private Key",fillcolor="orange"]

CA_RootCertificate [shape="ellipse",shape="ellipse",label="Root CA Certificate",fillcolor="white"]
CA_IntermediateCertificate [shape="ellipse",label="Intermediate CA Certificate",fillcolor="white"]

PrimaryMaster_PrivateKey [shape="ellipse",label="PrimaryMaster Private Key",fillcolor="white"]
# PrimaryMaster_Certificate [shape="ellipse",label="Primary Master Certificate",fillcolor="white"]

BackupMaster_PrivateKey [shape="ellipse",label="Backup Master Private Key",fillcolor="white"]
# BackupMaster_Certificate [shape="ellipse",label="Backup Master Certificate",fillcolor="white"]

PrimaryMaster -> PrimaryMaster_Keystore
PrimaryMaster -> PrimaryMaster_Truststore

BackupMaster -> BackupMaster_Keystore
BackupMaster -> BackupMaster_Truststore

# JOC -> JOC_Keystore
JOC -> JOC_Truststore
JOC -> CA_RootCertificate -> CA_IntermediateCertificate -> JOC_Truststore

JOC -> PrimaryMaster_PrivateKey -> PrimaryMaster_Keystore
CA_RootCertificate -> PrimaryMaster_Truststore
CA_IntermediateCertificate -> PrimaryMaster_Truststore

JOC -> BackupMaster_PrivateKey -> BackupMaster_Keystore
CA_RootCertificate -> BackupMaster_Truststore
CA_IntermediateCertificate -> BackupMaster_Truststore

...