1 /*
2  * Copyright (c) 2019 Intel Corporation
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 #define CA_CERTIFICATE_TAG 1
8 
9 #define TLS_PEER_HOSTNAME "localhost"
10 
11 /* This is the same cert as what is found in net-tools/https-cert.pem file
12  */
13 static const unsigned char ca_certificate[] = {
14 #include "https-cert.der.inc"
15 };
16