mirror of
https://github.com/laurivosandi/certidude
synced 2024-11-04 20:38:12 +00:00
5 lines
260 B
Bash
5 lines
260 B
Bash
#!/bin/sh
|
|
cat << EOF | curl -X POST -d @- -H "Event-Type: $PLUTO_VERB" http://ca.example.com/pub/?id=CA-channel-identifier-goes-here
|
|
{"address": "$PLUTO_PEER_SOURCEIP","peer": "$PLUTO_PEER","identity": "$PLUTO_PEER_ID","routed_subnet": "$PLUTO_MY_CLIENT"}
|
|
EOF
|