README: fix indentation
This commit is contained in:
parent
f02cd7707b
commit
52478b5627
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -24,15 +24,15 @@ Concepts
|
|||
|
||||
All certs for mutual auth have the following CN/SAN format:
|
||||
|
||||
<job>.<principal>.<realm>
|
||||
<job>.<principal>.<realm>
|
||||
|
||||
For example, if principal maps into a 'group' and job into a 'user':
|
||||
|
||||
arista-proxy-dcr01u23.cluster-management-prod.c.example.com
|
||||
arista-proxy-dcr01u23.cluster-management-prod.c.example.com
|
||||
|
||||
job = arista-proxy-dcr01u23
|
||||
principal = cluster-management-prod
|
||||
realm = c.example.com
|
||||
job = arista-proxy-dcr01u23
|
||||
principal = cluster-management-prod
|
||||
realm = c.example.com
|
||||
|
||||
The Realm is a DNS name that is global to all jobs that need mutual authentication.
|
||||
|
||||
|
|
Reference in a new issue