diff options
author | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2011-12-08 19:43:54 -0800 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2011-12-08 19:43:54 -0800 |
commit | 4afcbf84726868ef35da6aaf7d50a841e6275d95 (patch) | |
tree | d3a48efcff31146eea23a6d4fee701a9bbb7de03 /mailcert.sh | |
parent | 9f1ba206a6e5fb68680934b244f1a9377e894682 (diff) | |
download | cash-4afcbf84726868ef35da6aaf7d50a841e6275d95.tar.gz cash-4afcbf84726868ef35da6aaf7d50a841e6275d95.zip |
SPKAC HTTP provisioning.
Diffstat (limited to 'mailcert.sh')
-rwxr-xr-x | mailcert.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mailcert.sh b/mailcert.sh index 13c30f6..2e68bfd 100755 --- a/mailcert.sh +++ b/mailcert.sh @@ -88,7 +88,7 @@ $USERCERTNAME is your user certificate. $CACERTNAME is the certificate authority certificate. --$BOUNDARY -Content-Type: application/x-x509-ca-cert +Content-Type: application/x-x509-user-cert Content-Disposition: attachment; filename="$USERCERTNAME" $(cat "$USERCERT") |