forked from canonical/chisel-releases
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathopenssl.yaml
More file actions
45 lines (40 loc) · 1.23 KB
/
openssl.yaml
File metadata and controls
45 lines (40 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
package: openssl
essential:
- openssl_copyright
slices:
executables:
essential:
- libc6_config
- libc6_libs
- libssl3_libs
- openssl_config
contents:
/usr/bin/c_rehash:
/usr/bin/openssl:
config:
contents:
# TODO: this is not a config, but data. Remove it for future releases.
/etc/ssl/certs/:
/etc/ssl/openssl.cnf:
# TODO: this is not a config, but data. Remove it for future releases.
/etc/ssl/private/:
# TODO: this is not a config, but data. Remove it for future releases.
/usr/lib/ssl/certs:
/usr/lib/ssl/openssl.cnf:
# TODO: this is not a config, but data. Remove it for future releases.
/usr/lib/ssl/private:
# Use this slice with "ca-certificates_data" as OpenSSL looks at
# the following path for the default CA certificates file.
# Ref: https://www.openssl.org/docs/manmaster/man3/SSL_CTX_load_verify_locations.html
data:
contents:
/etc/ssl/certs/:
/etc/ssl/private/:
/usr/lib/ssl/cert.pem: {symlink: /etc/ssl/certs/ca-certificates.crt}
/usr/lib/ssl/certs:
/usr/lib/ssl/private:
copyright:
essential:
- libssl3_copyright
contents:
/usr/share/doc/openssl/copyright: