Clarify diagram with pointers.

This commit is contained in:
Jacob Hoffman-Andrews 2016-05-23 09:20:45 -07:00
parent b6851ddcfb
commit fcbe7ad268
1 changed files with 11 additions and 11 deletions

View File

@ -113,17 +113,17 @@ This component model lets us separate the function of the CA by security context
```
subscriber <--ACME--> WFE ---+
. |
. +--- RA --- CA
. | |
subscriber <-checks-> VA ---+ |
|
OCSP Updater
|
web browser <-OCSP-> OCSP Responder --- MariaDB
|
SA
+--------- OCSP Updater
| |
v |
CA |
^ |
| v
Subscriber -> WFE --> RA --> SA --> MariaDB
| ^
Subscriber server <- VA <----+ |
|
Browser ------------------> OCSP Responder
```