1 /* 2 * Copyright (c) 2019 Intel Corporation 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7 #ifndef __TEST_CERTS_H__ 8 #define __TEST_CERTS_H__ 9 10 static const unsigned char ca_certificate[] = { 11 #include "digicert.cer" 12 }; 13 14 #endif /* __TEST_CERTS_H__ */ 15