┌───────────────────────────────┐
│ User/Website │
│ ┌───────────────┐ │
│ │ Private Key │ │
│ └──────┬────────┘ │
│ │ Creates Signature │
│ ▼ │
│ ┌───────────────┐ │
│ │ Digital │ │
│ │ Signature │ │
│ └──────┬────────┘ │
│ │ Sends Message + Sig │
│ ▼ │
│ ┌───────────────┐ │
│ │ Receiver │ │
│ │ Public Key │ │
│ └──────┬────────┘ │
│ │ Verifies Signature │
│ ▼ │
│ ┌───────────────┐ │
│ │ Certificate │ │
│ │ Authority (CA)│ │
│ └───────────────┘ │
└───────────────────────────────┘
Diagram showing how private keys create digital signatures, which are sent with messages and verified by public keys, with certificates issued by Certificate Authorities.