5 lines
65 B
Bash
Executable File
5 lines
65 B
Bash
Executable File
#!/usr/bin/zsh
|
|
|
|
tail +2 readmycert.csr | head -n -1 | base64 -d
|
|
|