From 4d3f908958b100eb901ce9f849a6fdd613aece06 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Tue, 9 Aug 2022 18:19:58 +0200 Subject: [PATCH] Fix headline levels --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 90fc9df..3d88715 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,7 @@ using the following versions software versions: - PostgreSQL 14.4 - ORY Hydra v1.11.9 -## Setup - -### Certificates +## Create certificate for Hydra You need a set of certificates for the Hydra. I recommend to use the [mkcert](https://github.com/FiloSottile/mkcert) utility by Filippo Valsorda: @@ -36,7 +34,7 @@ You need a set of certificates for the Hydra. I recommend to use the mkcert hydra.cacert.localhost auth.cacert.localhost ``` -### Setup Hydra +## Setup Hydra We use the ORY Hydra OAuth2 / OpenID Connect implementation. Install Hydra according to their [documentation](https://www.ory.sh/hydra/docs/install).