.github
api
cmd
connector
docs
examples
example-app
grpc-client
.gitignore
README.md
cert-destroy
cert-gen
client.go
config.yaml
openssl.conf
k8s
ldap
.gitignore
config-ad-kubelogin.yaml
config-dev.yaml
go.mod
go.sum
pkg
scripts
server
storage
web
.dockerignore
.editorconfig
.envrc
.gitignore
.gitpod.yml
.golangci.yml
ADOPTERS.md
Dockerfile
LICENSE
MAINTAINERS
Makefile
README.md
config.dev.yaml
config.docker.yaml
config.yaml.dist
docker-compose.override.yaml.dist
docker-compose.test.yaml
docker-compose.yaml
flake.lock
flake.nix
go.mod
go.sum
5 lines
141 B
Bash
Executable File
5 lines
141 B
Bash
Executable File
#!/bin/bash
|
|
|
|
rm -f ca.key ca.crt server.key server.csr server.crt client.key client.csr client.crt index.* serial*
|
|
rm -rf certs crl newcerts
|