File tree Expand file tree Collapse file tree 4 files changed +3509
-5184
lines changed
generators/sorcery/templates Expand file tree Collapse file tree 4 files changed +3509
-5184
lines changed Original file line number Diff line number Diff line change 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 =
Original file line number Diff line number Diff 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!
You can’t perform that action at this time.
0 commit comments