Skip to content

Commit

Permalink
Merge pull request #1154 from SUSE/registry-cert
Browse files Browse the repository at this point in the history
Use new cert for registry
  • Loading branch information
rjschwei authored May 15, 2024
2 parents 85bf5ed + 7e30edd commit 56155fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class Application < Rails::Application
# registry config needed
config.autoloader = :classic
config.registry_private_key = OpenSSL::PKey::RSA.new(
File.read('/etc/rmt/ssl/rmt-server.key')
File.read('/etc/rmt/ssl/internal-registry.key')
)
config.registry_public_key = config.registry_private_key.public_key
config.access_policies = '/etc/rmt/access_policies.yml'
Expand Down

0 comments on commit 56155fe

Please sign in to comment.