Skip to content

Commit 3b7d297

Browse files
committed
Fix OIDF federation cert name in readme
1 parent 9b04454 commit 3b7d297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ If you want to provide a passphrase for your private key, run this command inste
8484
Now you need to extract the public key from the private key:
8585

8686
openssl rsa -in cert/oidc_module.key -pubout -out cert/oidc_module.crt
87-
openssl rsa -in cert/oidc_module_federation.key -pubout -out cert/oidc_module.crt
87+
openssl rsa -in cert/oidc_module_federation.key -pubout -out cert/oidc_module_federation.crt
8888

8989
or use your passphrase if provided on private key generation:
9090

0 commit comments

Comments
 (0)