blob: e52ca230f1f022ebe09d694f1295ffe221d458b1 [file] [log] [blame]
/*
* 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__ */