diff options
| author | Paul-Christian Volkmer | 2024-02-01 16:44:41 +0100 |
|---|---|---|
| committer | Paul-Christian Volkmer | 2024-02-01 16:45:22 +0100 |
| commit | 3cc34fb30bb56485129a3d8eeccce44618ad0303 (patch) | |
| tree | 93751074358a7280b3c147351fb2d13a501751d4 /bindings | |
| parent | 17e04a3f8972fe5eca0bf3b236293e4a6998e56f (diff) | |
feat: usage of CA certificate files within image/container
Diffstat (limited to 'bindings')
| -rw-r--r-- | bindings/ca-certificates/README.md | 5 | ||||
| -rw-r--r-- | bindings/ca-certificates/type | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/bindings/ca-certificates/README.md b/bindings/ca-certificates/README.md new file mode 100644 index 0000000..709f488 --- /dev/null +++ b/bindings/ca-certificates/README.md @@ -0,0 +1,5 @@ +# Hinweis für Root CA Zertifikate + +PEM-Datei(en) in diesem Verzeichnis ablegen. + +Die Datei `type` gibt dabei an, dass hier CA Zertifikate zu finden sind. diff --git a/bindings/ca-certificates/type b/bindings/ca-certificates/type new file mode 100644 index 0000000..54619ed --- /dev/null +++ b/bindings/ca-certificates/type @@ -0,0 +1 @@ +ca-certificates
\ No newline at end of file |
