File: data.yaml

package info (click to toggle)
cloud-init 25.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,412 kB
  • sloc: python: 135,894; sh: 3,883; makefile: 141; javascript: 30; xml: 22
file content (20 lines) | stat: -rw-r--r-- 763 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
cc_ca_certs:
  description: |
    This module adds CA certificates to the system's CA store and updates any
    related files using the appropriate OS-specific utility. The default CA
    certificates can be disabled/deleted from use by the system with the
    configuration option ``remove_defaults``.

    .. note::
       Certificates must be specified using valid YAML. To specify a
       multi-line certificate, the YAML multi-line list syntax must be used.
       
    .. note::
       Alpine Linux requires the ``ca-certificates`` package to be installed
       in order to provide the ``update-ca-certificates`` command.
  examples:
  - comment: |
      Example 1:
    file: cc_ca_certs/example1.yaml
  name: CA Certificates
  title: Add CA certificates