Skip to content

Commit

Permalink
Merge pull request #5279 from oasisprotocol/kostko/fix/aesmd-intel-gp…
Browse files Browse the repository at this point in the history
…g-key

docker/aesmd: Update Intel package signing key
  • Loading branch information
kostko committed Jun 6, 2023
2 parents 4989aa3 + 752bff8 commit d8aa8f9
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 1 deletion.
1 change: 1 addition & 0 deletions .changelog/5279.trivial.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docker/aesmd: Update Intel SGX package signing key
2 changes: 1 addition & 1 deletion docker/aesmd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG DEBIAN_FRONTEND=noninteractive

RUN apt-get update -qq && apt-get install -qq curl lsb-release gpg

ADD intel-sgx-deb.gpg /etc/apt/trusted.gpg.d
ADD intel-sgx-deb.asc /etc/apt/trusted.gpg.d

RUN echo "deb https://download.01.org/intel-sgx/sgx_repo/ubuntu $(lsb_release -cs) main" > /etc/apt/sources.list.d/intel-sgx.list && \
apt-get update -qq && apt-get install -qq sgx-aesm-service libsgx-aesm-launch-plugin libsgx-aesm-epid-plugin
Expand Down
16 changes: 16 additions & 0 deletions docker/aesmd/intel-sgx-deb.asc
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
-----BEGIN PGP PUBLIC KEY BLOCK-----

mQENBGQX9NQBCAC5r7FjjZ8p6nTy2GGyKltSGY6qXxAgZiVV4/kf3/mtcBiboGm6hAaBozNBFnch
Yw2x585L9/cgKzSbaryI02/KF7Hqgqda/szBQDbDXWL0m8kAGrZdMqOZagR3qiguzG07hs8gvKvL
pF4qSrGCLalAZ6ZirpyPaGAH8OtzjYKJEx+zvg2k0f0fNyn3qfoKGOQCTO56AQ6OeUU7I9eqn4mR
9ZmiqW7jDzb5cD9YdaLK0bnloBvB5Cgb6jJSco+JvTAMAGFBEIvPYMCaAoc9adDLglBsxB60Knk6
XzxKY2dulMSkSvObRpmFWesO+BBueYzNpX6ulciCyTuJMYRt8qmVABEBAAG1AClDTj1JbnRlbChS
KSBTb2Z0d2FyZSBEZXZlbG9wbWVudCBQcm9kdWN0c4kBPgQTAQgAKAUCZBf01AIbAwUJB4YfgAYL
CQgHAwIGFQgCCQoLBBYCAwECHgECF4AACgkQ5cfw+hxsbDwDmgf+MjkAdCZAZeGUlxJ5fOqOSGQ4
xot/eGsHEBTkd0IYNzY0yCcigul6RWAingJQh1e5oIl+5S9OB6l64F4mmcKIDld7B9rmO1yt2brN
gzt7Hvf3nLnf7oTT7WNleDvgY2tW48PsEZiuRwnlanjjO4o3wLknBHD7lb1u2rI0978EAvDluWu9
W1W9laRZcsVOgNjtatzcFHjLOt4UYoXOhKlqm0XE6p5NYR1u16DhjHcb8FjpxavOCtq927qgtDvg
GVkM2m7D6hYXCZFnYaINrhbSxSpcyNbHomGEzYTvk0d8q/bS72LgvErP5amQFMileKE14aeZPgm2
zao8yeGaVLHhvA==
=8t8o
-----END PGP PUBLIC KEY BLOCK-----
Binary file removed docker/aesmd/intel-sgx-deb.gpg
Binary file not shown.

0 comments on commit d8aa8f9

Please sign in to comment.