diff options
author | Linus Nordberg <linus@nordu.net> | 2015-06-05 14:30:33 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2015-06-05 14:33:55 +0200 |
commit | 014495122d6c2c73f4e183b831af477d4fd0dd94 (patch) | |
tree | 1321cc791e430549448e3a641a3831e0a27e25b2 /catlfish-dev-lunahsm | |
parent | e21514105975f34d5c820c8446c1dd8178c3e775 (diff) |
Add catlfish-dev-lunahsm.
Diffstat (limited to 'catlfish-dev-lunahsm')
-rw-r--r-- | catlfish-dev-lunahsm/Dockerfile | 8 | ||||
-rw-r--r-- | catlfish-dev-lunahsm/luna-debs/configurator_5.1.0-26_amd64.deb | bin | 0 -> 22742 bytes | |||
-rw-r--r-- | catlfish-dev-lunahsm/luna-debs/libcryptoki_5.1.0-26_amd64.deb | bin | 0 -> 1499490 bytes | |||
-rw-r--r-- | catlfish-dev-lunahsm/luna-debs/libshim_5.1.0-26_amd64.deb | bin | 0 -> 114378 bytes | |||
-rw-r--r-- | catlfish-dev-lunahsm/luna-debs/lunacmu_5.1.0-26_amd64.deb | bin | 0 -> 1173392 bytes | |||
-rw-r--r-- | catlfish-dev-lunahsm/luna-debs/multitoken_5.1.0-26_amd64.deb | bin | 0 -> 123848 bytes | |||
-rw-r--r-- | catlfish-dev-lunahsm/luna-debs/salogin_5.1.0-26_amd64.deb | bin | 0 -> 42636 bytes | |||
-rw-r--r-- | catlfish-dev-lunahsm/luna-debs/vtl_5.1.0-26_amd64.deb | bin | 0 -> 990528 bytes | |||
-rw-r--r-- | catlfish-dev-lunahsm/start.sh | 9 |
9 files changed, 17 insertions, 0 deletions
diff --git a/catlfish-dev-lunahsm/Dockerfile b/catlfish-dev-lunahsm/Dockerfile new file mode 100644 index 0000000..78f4ebe --- /dev/null +++ b/catlfish-dev-lunahsm/Dockerfile @@ -0,0 +1,8 @@ +FROM catlfish-dev +USER root +RUN echo 'debconf debconf/frontend select noninteractive' | debconf-set-selections +ADD luna-debs /tmp/ +RUN dpkg -i /tmp/*.deb +VOLUME /usr/lunasa/cert +ADD start.sh / +ENTRYPOINT ["/start.sh"] diff --git a/catlfish-dev-lunahsm/luna-debs/configurator_5.1.0-26_amd64.deb b/catlfish-dev-lunahsm/luna-debs/configurator_5.1.0-26_amd64.deb Binary files differnew file mode 100644 index 0000000..b8949c9 --- /dev/null +++ b/catlfish-dev-lunahsm/luna-debs/configurator_5.1.0-26_amd64.deb diff --git a/catlfish-dev-lunahsm/luna-debs/libcryptoki_5.1.0-26_amd64.deb b/catlfish-dev-lunahsm/luna-debs/libcryptoki_5.1.0-26_amd64.deb Binary files differnew file mode 100644 index 0000000..8698457 --- /dev/null +++ b/catlfish-dev-lunahsm/luna-debs/libcryptoki_5.1.0-26_amd64.deb diff --git a/catlfish-dev-lunahsm/luna-debs/libshim_5.1.0-26_amd64.deb b/catlfish-dev-lunahsm/luna-debs/libshim_5.1.0-26_amd64.deb Binary files differnew file mode 100644 index 0000000..324df41 --- /dev/null +++ b/catlfish-dev-lunahsm/luna-debs/libshim_5.1.0-26_amd64.deb diff --git a/catlfish-dev-lunahsm/luna-debs/lunacmu_5.1.0-26_amd64.deb b/catlfish-dev-lunahsm/luna-debs/lunacmu_5.1.0-26_amd64.deb Binary files differnew file mode 100644 index 0000000..73e3b98 --- /dev/null +++ b/catlfish-dev-lunahsm/luna-debs/lunacmu_5.1.0-26_amd64.deb diff --git a/catlfish-dev-lunahsm/luna-debs/multitoken_5.1.0-26_amd64.deb b/catlfish-dev-lunahsm/luna-debs/multitoken_5.1.0-26_amd64.deb Binary files differnew file mode 100644 index 0000000..be4a9bb --- /dev/null +++ b/catlfish-dev-lunahsm/luna-debs/multitoken_5.1.0-26_amd64.deb diff --git a/catlfish-dev-lunahsm/luna-debs/salogin_5.1.0-26_amd64.deb b/catlfish-dev-lunahsm/luna-debs/salogin_5.1.0-26_amd64.deb Binary files differnew file mode 100644 index 0000000..c05daa5 --- /dev/null +++ b/catlfish-dev-lunahsm/luna-debs/salogin_5.1.0-26_amd64.deb diff --git a/catlfish-dev-lunahsm/luna-debs/vtl_5.1.0-26_amd64.deb b/catlfish-dev-lunahsm/luna-debs/vtl_5.1.0-26_amd64.deb Binary files differnew file mode 100644 index 0000000..5239d3a --- /dev/null +++ b/catlfish-dev-lunahsm/luna-debs/vtl_5.1.0-26_amd64.deb diff --git a/catlfish-dev-lunahsm/start.sh b/catlfish-dev-lunahsm/start.sh new file mode 100644 index 0000000..27a25e7 --- /dev/null +++ b/catlfish-dev-lunahsm/start.sh @@ -0,0 +1,9 @@ +#! /bin/sh + +if ! [ -e /usr/lunasa/cert/client/catlfishKey.pem ]; then + /usr/lunasa/bin/vtl addServer \ + -n ${HSM_SERVER_NAME} -c /usr/lunasa/cert/server/${HSM_SERVER_NAME}.pem + /usr/lunasa/bin/vtl createCert -n ${HSM_CLIENT_NAME} +fi + +su catlfish -c /var/run/catlfish/start.sh |