command
module
Version:
v0.0.0-...-4f670d7
Opens a new window with list of versions in this module.
Published: Dec 10, 2023
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
cfztna-tls-beacon
How
-
Generate a self-signed certificate
openssl req -x509 -newkey rsa:4096 -sha256 -days 3650 -nodes -keyout tls.key -out tls.crt -subj "/CN=cfztna-tls-beacon" -addext "subjectAltName=DNS:cfztna-tls-beacon"
-
Get SHA256 fingerprint of the certificate
openssl x509 -noout -fingerprint -sha256 -inform pem -in tls.crt | tr -d :
-
Start beacon
docker run -d --name cfztna-tls-beacon -p 4443:4443 \
-e TLS_CERT=xxx \
-e TLS_KEY=xxx \
-e PORT=4443 \
gcr.io/moonrhythm-containers/cfztna-tls-beacon
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.