mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-01 06:37:22 +00:00
Updated Falco Configuration (markdown)
@@ -102,9 +102,11 @@ The SSL Options are new in 0.14.0.
|
|||||||
The ssl_certificate is a combination SSL Certificate and corresponding
|
The ssl_certificate is a combination SSL Certificate and corresponding
|
||||||
key contained in a single file. You can generate a key/cert as follows:
|
key contained in a single file. You can generate a key/cert as follows:
|
||||||
|
|
||||||
```$ openssl req -newkey rsa:2048 -nodes -keyout key.pem -x509 -days 365 -out certificate.pem
|
```
|
||||||
|
$ openssl req -newkey rsa:2048 -nodes -keyout key.pem -x509 -days 365 -out certificate.pem
|
||||||
$ cat certificate.pem key.pem > falco.pem
|
$ cat certificate.pem key.pem > falco.pem
|
||||||
$ sudo cp falco.pem /etc/falco/falco.pem```
|
$ sudo cp falco.pem /etc/falco/falco.pem
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user