3
# This is an example file to configure an instance's trusted CA certificates
4
# system-wide for SSL/TLS trust establishment when the instance boots for the
7
# Make sure that this file is valid yaml before starting instances.
8
# It should be passed as user-data when starting the instance.
11
# If present and set to True, the 'remove-defaults' parameter will remove
12
# all the default trusted CA certificates that are normally shipped with
14
# This is mainly for paranoid admins - most users will not need this
18
# If present, the 'trusted' parameter should contain a certificate (or list
19
# of certificates) to add to the system as trusted CA certificates.
20
# Pay close attention to the YAML multiline list syntax. The example shown
21
# here is for a list of multiline certificates.
24
-----BEGIN CERTIFICATE-----
25
YOUR-ORGS-TRUSTED-CA-CERT-HERE
26
-----END CERTIFICATE-----
28
-----BEGIN CERTIFICATE-----
29
YOUR-ORGS-TRUSTED-CA-CERT-HERE
30
-----END CERTIFICATE-----