From 439b6a25de7cf45badba52e39db750bc1ded04f9 Mon Sep 17 00:00:00 2001 From: Geoff Wilson Date: Wed, 13 Nov 2024 15:11:01 -0500 Subject: [PATCH] remove readme merge error --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 0caa8fa..84802f5 100644 --- a/README.md +++ b/README.md @@ -162,9 +162,6 @@ config/astral.yml). The rails test's configure the OIDC initial user, so if the tests pass, you can invoke the oidc login as follows: - -To use SSL in production, provide the necessary environment (SSL_CERT, SSL_KEY) to -the container environment, and use the `bin/ssl.sh` startup command. Eg: ``` export VAULT_ADDR=http://127.0.0.1:8200; vault login -method=oidc ```