/* * Copyright (c) 2019 Intel Corporation * * SPDX-License-Identifier: Apache-2.0 */ #ifndef __TEST_CERTS_H__ #define __TEST_CERTS_H__ static const unsigned char ca_certificate[] = { #include "digicert.cer" }; #endif /* __TEST_CERTS_H__ */