diff options
author | Yves-Alexis Perez <corsac@corsac.net> | 2017-11-21 11:27:07 +0100 |
---|---|---|
committer | Yves-Alexis Perez <corsac@corsac.net> | 2017-11-21 12:12:17 +0100 |
commit | e6933ff25561f1b7e924e57f51434b78ecc9f8ed (patch) | |
tree | f88cf5831ec85eb2647a418f87962c39a649ad41 | |
parent | cbc6ab9a043e471eb848e354544d17d0c3a20ec3 (diff) | |
download | vyos-strongswan-e6933ff25561f1b7e924e57f51434b78ecc9f8ed.tar.gz vyos-strongswan-e6933ff25561f1b7e924e57f51434b78ecc9f8ed.zip |
debian/libstrongswan-extra-plugins.install: install tpm plugin
-rw-r--r-- | debian/libstrongswan-extra-plugins.install | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/libstrongswan-extra-plugins.install b/debian/libstrongswan-extra-plugins.install index de2fdcfd4..4e7a0cb42 100644 --- a/debian/libstrongswan-extra-plugins.install +++ b/debian/libstrongswan-extra-plugins.install @@ -8,6 +8,7 @@ usr/lib/ipsec/plugins/libstrongswan-gcrypt.so usr/lib/ipsec/plugins/libstrongswan-ldap.so usr/lib/ipsec/plugins/libstrongswan-pkcs11.so usr/lib/ipsec/plugins/libstrongswan-test-vectors.so +usr/lib/ipsec/plugins/libstrongswan-tpm.so # default configuration files usr/share/strongswan/templates/config/plugins/ccm.conf usr/share/strongswan/templates/config/plugins/cmac.conf @@ -18,6 +19,7 @@ usr/share/strongswan/templates/config/plugins/gcrypt.conf usr/share/strongswan/templates/config/plugins/ldap.conf usr/share/strongswan/templates/config/plugins/pkcs11.conf usr/share/strongswan/templates/config/plugins/test-vectors.conf +usr/share/strongswan/templates/config/plugins/tpm.conf etc/strongswan.d/charon/ccm.conf etc/strongswan.d/charon/cmac.conf etc/strongswan.d/charon/ctr.conf @@ -27,6 +29,7 @@ etc/strongswan.d/charon/gcrypt.conf etc/strongswan.d/charon/ldap.conf etc/strongswan.d/charon/pkcs11.conf etc/strongswan.d/charon/test-vectors.conf +etc/strongswan.d/charon/tpm.conf # TPM libs usr/lib/ipsec/libtpmtss.so.* usr/lib/ipsec/libtpmtss.so |