CCF
Loading...
Searching...
No Matches
acme_certificates.h
Go to the documentation of this file.
1// Copyright (c) Microsoft Corporation. All rights reserved.
2// Licensed under the Apache 2.0 License.
3#pragma once
4
5#include "ccf/crypto/pem.h"
6#include "ccf/ds/json.h"
7#include "ccf/service/map.h"
8
9namespace ccf
10{
11 // Maps each interface name to a certificate
13
14 namespace Tables
15 {
16 static constexpr auto ACME_CERTIFICATES =
17 "public:ccf.gov.service.acme_certificates";
18 }
19}
Definition map.h:30
Definition app_interface.h:14