blob: 81e1bc2816f4c28a3012e2afc6e682f55ef921d5 [file] [log] [blame] [view]
Zhiyi Zhang3aaf06d2020-10-17 13:05:36 -07001# Deploy NDNCERT v0.3 over testbed
2
3Three steps:
4
5* Deploy root CA `/ndn` by setting up the NDNCERT CA configuration and run NDNCERT service
6* At each site server, run NDNCERT client command line tools to get certificate issued by `/ndn` using the PIN code challenge, set up the CA configuration and run NDNCERT CA service.
7* Update the `/ndn`'s configuration file and restart the service.
8
9
10## Step 1
11
12```bash
13
14```
15
16## Step 2
17
18## Step 3