mirror of
https://github.com/netbirdio/dex.git
synced 2026-05-22 18:43:53 -07:00
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
|