source: npl/internetserver/libreswan_conf/root/sbin/syn3-ipsecpubkey @ 26ffad7

Last change on this file since 26ffad7 was 48bf314, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

fixed libreswan public key support. status fix

  • Property mode set to 100755
File size: 189 bytes
Line 
1#!/bin/bash -e
2
3CKAID=`ipsec showhostkey --list |tail -n1 |sed 's/.* //'`
4[ "$CKAID" ] || exit 1
5ipsec showhostkey --ckaid $CKAID --left |grep leftrsasigkey= | sed 's/.*leftrsasigkey=//'
6
Note: See TracBrowser for help on using the repository browser.