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 ...@@ -4,7 +4,7 @@ title Automated Certificate Authority Service
actor User actor User
actor Trusted actor Trusted
actor Client actor Service
autonumber autonumber
== Signing Request Submission == == Signing Request Submission ==
...@@ -76,6 +76,6 @@ end ...@@ -76,6 +76,6 @@ end
== Certificate Validity Check == == Certificate Validity Check ==
Client -> Authority : GET (optional: with OCSP parameter) Service -> Authority : GET (optional: with OCSP parameter)
Authority --> Client : Certificate revocation list Authority --> Service : Certificate revocation list
@enduml @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