mirror of
https://github.com/laurivosandi/certidude
synced 2024-11-01 02:56:24 +00:00
5 lines
300 B
Bash
5 lines
300 B
Bash
#!/bin/sh
|
|
cat << EOF | curl -s -X POST -d @- -H "X-EventSource-Event: $PLUTO_VERB" http://ca.example.com/pub/?id=CA-channel-identifier-goes-here
|
|
{"address": "$(echo $PLUTO_PEER_CLIENT | sed 's/\/32$//')", "peer": "$PLUTO_PEER", "identity": "$PLUTO_PEER_ID", "routed_subnet": "$PLUTO_MY_CLIENT"}
|
|
EOF
|