Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 0 additions & 21 deletions config/artifacts.example/local/saml2023.crt

This file was deleted.

30 changes: 0 additions & 30 deletions config/artifacts.example/local/saml2023.key.enc

This file was deleted.

2 changes: 0 additions & 2 deletions config/initializers/app_artifacts.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

AppArtifacts.setup do |store|
# When adding or removing certs, make sure to update the 'saml_endpoint_configs' config
store.add_artifact(:saml_2023_cert, '/%<env>s/saml2023.crt')
store.add_artifact(:saml_2023_key, '/%<env>s/saml2023.key.enc')
store.add_artifact(:saml_2024_cert, '/%<env>s/saml2024.crt')
store.add_artifact(:saml_2024_key, '/%<env>s/saml2024.key.enc')

Expand Down