6 lines
105 B
Bash
Executable File
6 lines
105 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "Content-type: application/x-x509-ca-cert"
|
|
echo
|
|
cat /var/lib/httpds/cgi-bin/cacert.pem
|