From a781b21b22deb6029550e47757cebec35f4dba5d Mon Sep 17 00:00:00 2001
From: Maximilian Moser <maximilian.moser@tuwien.ac.at>
Date: Tue, 2 Apr 2024 16:43:39 +0200
Subject: [PATCH] Fix metadata export command in README

* the extension in use is `.yaml` rather than `.yml`
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 377e1b9..3d62713 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ The SAML backend endpoints are available under the path `/saml`.
 ## SAML service provider metadata
 
 The SAML service provider metadata can be generated with the following command:
-`pipenv run satosa-saml-metadata proxy_conf.yml ssl/<tls-key-file> ssl/<tls-cert-file>`
+`pipenv run satosa-saml-metadata proxy_conf.yaml ssl/<tls-key-file> ssl/<tls-cert-file>`
 
 If the operation was successful, then the generated should be stored in `backend.xml`.
 
-- 
GitLab