blob: 57ca5930d8fd66e7e4ec7b0f35f0ff1102187dbf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
## Cert Service k8s external cert signing provider
### Build project
There are two methods for building the project:
- mvn clean install
- make
### Installation
Apply k8s files from 'deploy' directory in following order:
- crd.yaml
- roles.yaml
- deployment.yaml
- configuration.yaml
### Usage
To issue a certificate adjust and apply following k8s file:
- certificate_example.yaml
|