This repository has been archived on 2023-08-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
.github
Documentation
api
cmd
connector
examples
grpc-client
.gitignore
README.md
cert-destroy
cert-gen
client.go
config.yaml
openssl.conf
k8s
.gitignore
config-ad-kubelogin.yaml
config-dev.yaml
config-ldap.ldif
config-ldap.yaml
pkg
scripts
server
storage
vendor
version
web
.dockerignore
.gitignore
.golangci.yml
ADOPTERS.md
DCO
Dockerfile
LICENSE
MAINTAINERS
Makefile
NOTICE
README.md
code-of-conduct.md
go.mod
go.sum
vendor.go
dex/examples/grpc-client/cert-destroy
2017-02-28 12:06:44 -08:00

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