9 lines
72 B
Bash
Executable File
9 lines
72 B
Bash
Executable File
#!/bin/sh
|
|
rm index.txt*
|
|
rm *.pem
|
|
rm *.key
|
|
rm *.crt
|
|
rm *.req
|
|
rm serial*
|
|
|