You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/configuration-v3_0.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ The Ignition configuration is a JSON document conforming to the following specif
19
19
***_security_** (object): options relating to network security.
20
20
***_tls_** (object): options relating to TLS when fetching resources over `https`.
21
21
***_certificateAuthorities_** (list of objects): the list of additional certificate authorities (in addition to the system authorities) to be used for TLS verification when fetching over `https`. All certificate authorities must have a unique `source`.
22
-
***source** (string): the URL of the certificate (in PEM format). Supported schemes are `http`, `https`, `s3`, `tftp`, and [`data`][rfc2397]. Note: When using `http`, it is advisable to use the verification option to ensure the contents haven't been modified.
22
+
***source** (string): the URL of the certificate bundle (in PEM format). The bundle can contain multiple concatenated certificates. Supported schemes are `http`, `https`, `s3`, `tftp`, and [`data`][rfc2397]. Note: When using `http`, it is advisable to use the verification option to ensure the contents haven't been modified.
23
23
***_verification_** (object): options related to the verification of the certificate.
24
24
***_hash_** (string): the hash of the certificate, in the form `<type>-<value>` where type is sha512.
25
25
***_storage_** (object): describes the desired state of the system's storage devices.
Copy file name to clipboardExpand all lines: doc/configuration-v3_1.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ The Ignition configuration is a JSON document conforming to the following specif
27
27
***_security_** (object): options relating to network security.
28
28
***_tls_** (object): options relating to TLS when fetching resources over `https`.
29
29
***_certificateAuthorities_** (list of objects): the list of additional certificate authorities (in addition to the system authorities) to be used for TLS verification when fetching over `https`. All certificate authorities must have a unique `source`.
30
-
***source** (string): the URL of the certificate (in PEM format). Supported schemes are `http`, `https`, `s3`, `tftp`, and [`data`][rfc2397]. Note: When using `http`, it is advisable to use the verification option to ensure the contents haven't been modified.
30
+
***source** (string): the URL of the certificate bundle (in PEM format). The bundle can contain multiple concatenated certificates. Supported schemes are `http`, `https`, `s3`, `tftp`, and [`data`][rfc2397]. Note: When using `http`, it is advisable to use the verification option to ensure the contents haven't been modified.
31
31
***_compression_** (string): the type of compression used on the certificate (null or gzip). Compression cannot be used with S3.
32
32
***_httpHeaders_** (list of objects): a list of HTTP headers to be added to the request. Available for `http` and `https` source schemes only.
Copy file name to clipboardExpand all lines: doc/configuration-v3_2_experimental.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ The Ignition configuration is a JSON document conforming to the following specif
29
29
***_security_** (object): options relating to network security.
30
30
***_tls_** (object): options relating to TLS when fetching resources over `https`.
31
31
***_certificateAuthorities_** (list of objects): the list of additional certificate authorities (in addition to the system authorities) to be used for TLS verification when fetching over `https`. All certificate authorities must have a unique `source`.
32
-
***source** (string): the URL of the certificate (in PEM format). Supported schemes are `http`, `https`, `s3`, `tftp`, and [`data`][rfc2397]. Note: When using `http`, it is advisable to use the verification option to ensure the contents haven't been modified.
32
+
***source** (string): the URL of the certificate bundle (in PEM format). The bundle can contain multiple concatenated certificates. Supported schemes are `http`, `https`, `s3`, `tftp`, and [`data`][rfc2397]. Note: When using `http`, it is advisable to use the verification option to ensure the contents haven't been modified.
33
33
***_compression_** (string): the type of compression used on the certificate (null or gzip). Compression cannot be used with S3.
34
34
***_httpHeaders_** (list of objects): a list of HTTP headers to be added to the request. Available for `http` and `https` source schemes only.
0 commit comments