-
Notifications
You must be signed in to change notification settings - Fork 2
/
balena.yml
32 lines (29 loc) · 931 Bytes
/
balena.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name: ca-private
type: sw.application
description: Private certificate authority based on [CloudFlare's PKI/TLS
toolkit](https://github.com/cloudflare/cfssl).
fleetcta: Go nuts
post-provisioning: |
[![balena](https://github.com/balena-io/ca-private/actions/workflows/balena.yml/badge.svg)](https://github.com/balena-io/ca-private/actions/workflows/balena.yml)
## Usage instructions
* map persistent volumes (`/certs`, `/balena` and `/pki`)
* optionally configure using environment variables
assets:
repository:
type: blob.asset
data:
url: 'https://github.com/balena-io/ca-private'
logo:
type: blob.asset
data:
url: 'https://raw.githubusercontent.com/balena-io/ca-private/master/logo.png'
data:
defaultDeviceType: genericx86-64-ext
supportedDeviceTypes:
- generic-amd64
- genericx86-64-ext
- intel-nuc
- qemux86
- qemux86-64
- generic-aarch64
version: 0.0.14