mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-22 07:24:48 +02:00
feat: initial commit
Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
aff4dd30bd
commit
89ffbd35a8
123 changed files with 16508 additions and 0 deletions
21
vault/vault-csr.conf
Normal file
21
vault/vault-csr.conf
Normal file
|
@ -0,0 +1,21 @@
|
|||
[req]
|
||||
default_bits = 4096
|
||||
prompt = no
|
||||
encrypt_key = no
|
||||
default_md = sha256
|
||||
distinguished_name = kubelet_serving
|
||||
req_extensions = v3_req
|
||||
x509_extensions = v3_req
|
||||
[ kubelet_serving ]
|
||||
O = system:nodes
|
||||
CN = system:node
|
||||
[ v3_req ]
|
||||
basicConstraints = CA:FALSE
|
||||
keyUsage = nonRepudiation, digitalSignature, keyEncipherment, dataEncipherment
|
||||
extendedKeyUsage = serverAuth, clientAuth
|
||||
subjectAltName = @alt_names
|
||||
[alt_names]
|
||||
IP.1 = 127.0.0.1
|
||||
DNS.1 = vault-1
|
||||
DNS.2 = vault-2
|
||||
DNS.3 = vault-3
|
Loading…
Add table
Add a link
Reference in a new issue