blob: de9feb4a0073a8710c8bf74ad9a2deb6a6b7ecf8 [file] [log] [blame]
/*
* Copyright (c) 2018 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef __CA_CERTIFICATE_H__
#define __CA_CERTIFICATE_H__
#define CA_CERTIFICATE_TAG 1
#define TLS_PEER_HOSTNAME "localhost"
/* This is the same cert as what is found in net-tools/echo-apps-cert.pem file
*/
static const unsigned char ca_certificate[] = {
#include "echo-apps-cert.der.inc"
};
#endif /* __CA_CERTIFICATE_H__ */