Skip to content

Commit f9f835a

Browse files
committed
Update default CA cert
1 parent 3de223e commit f9f835a

File tree

4 files changed

+3509
-5184
lines changed

4 files changed

+3509
-5184
lines changed

lib/generators/sorcery/templates/initializer.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
# config.external_providers =
8484

8585
# You can change it by your local ca_file. i.e. '/etc/pki/tls/certs/ca-bundle.crt'
86-
# Path to ca_file. By default use a internal ca-bundle.crt.
86+
# Path to ca_file. By default use a internal ca-bundle.pem.
8787
# Default: `'path/to/ca_file'`
8888
#
8989
# config.ca_file =

lib/sorcery/controller/submodules/external.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def self.#{name}
4646

4747
def merge_external_defaults!
4848
@defaults.merge!(:@external_providers => [],
49-
:@ca_file => File.join(__dir__, '../../protocols/certs/ca-bundle.crt'))
49+
:@ca_file => File.join(__dir__, '../../protocols/certs/ca-bundle.pem'))
5050
end
5151
end
5252
merge_external_defaults!

0 commit comments

Comments
 (0)