Commit 3cdc9427 authored by Vincent Pelletier's avatar Vincent Pelletier

certificate_authority: Rename "Client" as "Service".

Certificates can be used by both clients and servers over an SSL link, so
Client is misleading.
parent 68d722d0
......@@ -4,7 +4,7 @@ title Automated Certificate Authority Service
actor User
actor Trusted
actor Client
actor Service
autonumber
== Signing Request Submission ==
......@@ -76,6 +76,6 @@ end
== Certificate Validity Check ==
Client -> Authority : GET (optional: with OCSP parameter)
Authority --> Client : Certificate revocation list
Service -> Authority : GET (optional: with OCSP parameter)
Authority --> Service : Certificate revocation list
@enduml
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment