mirror of
https://github.com/pomerium/pomerium.git
synced 2025-04-29 02:16:28 +02:00
add More Resources section (#2947)
This commit is contained in:
parent
fa8e68260b
commit
5bf912cf55
1 changed files with 6 additions and 0 deletions
|
@ -152,6 +152,12 @@ OpenSSL is installed or easily available for most 'nix-based operating systems l
|
|||
|
||||
Obviously, the OpenSSL server is a trivial upstream service, and is purpose-built to work with encryption and not do much else. Practical mutual authenticate can be a much more complex setup depending on the service, and may require a sidecar or service mesh. This exercise merely serves to demonstrate how easy it is to configure Pomerium to provide client certificates to the upstream service.
|
||||
|
||||
## More Resources
|
||||
|
||||
- [Mutual Authentication: A Component of Zero Trust](/docs/topics/mutual-auth.md)
|
||||
- [Client-Side mTLS With Pomerium](/guides/mtls.md)
|
||||
- [JWT Verification](/guides/jwt-verification.md)
|
||||
|
||||
[mkcert]: https://github.com/FiloSottile/mkcert
|
||||
[OpenSSL]: https://www.openssl.org/
|
||||
[`tls_custom_ca_file`]: /reference/readme.md#tls-custom-certificate-authority
|
||||
|
|
Loading…
Add table
Reference in a new issue