Refactor of sample keys and certificates 36/24136/1
authorJose Bollo <jose.bollo@iot.bzh>
Wed, 11 Sep 2019 14:37:24 +0000 (16:37 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Fri, 28 Feb 2020 11:19:25 +0000 (12:19 +0100)
commitc5d922d7085c980edad3764687e2488a1b0907d0
treeaf1e8f833e9d0c68538dab9d0974a55293d84477
parent7ea1070ee471141f58e9e4c03df5c95bbcef907d
Refactor of sample keys and certificates

Avoid installing any certificate or key.
But if requested, install the certificates and the keys
that are given as example.

Bug-AGL: SPEC-2840

Change-Id: I26aebd63fad842bb9746c3a004956d9dbafc091f
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
24 files changed:
CMakeLists.txt
afm-main.pc.in
certs/CMakeLists.txt
certs/developer.cert.pem [deleted file]
certs/developer.key.pem [deleted file]
certs/partner.cert.pem [deleted file]
certs/partner.key.pem [deleted file]
certs/platform.cert.pem [deleted file]
certs/platform.key.pem [deleted file]
certs/public.cert.pem [deleted file]
certs/public.key.pem [deleted file]
certs/root.cert.pem [deleted file]
certs/root.key.pem [deleted file]
certs/sample/developer.cert.pem [new file with mode: 0644]
certs/sample/developer.key.pem [new file with mode: 0644]
certs/sample/gen-certs.sh [moved from certs/gen-certs.sh with 97% similarity]
certs/sample/partner.cert.pem [new file with mode: 0644]
certs/sample/partner.key.pem [new file with mode: 0644]
certs/sample/platform.cert.pem [new file with mode: 0644]
certs/sample/platform.key.pem [new file with mode: 0644]
certs/sample/public.cert.pem [new file with mode: 0644]
certs/sample/public.key.pem [new file with mode: 0644]
certs/sample/root.cert.pem [new file with mode: 0644]
certs/sample/root.key.pem [new file with mode: 0644]