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