-
-
Notifications
You must be signed in to change notification settings - Fork 188
Certificates
ThinStation edited this page Feb 11, 2020
·
15 revisions
Your certificates will need to be in base64 encoded and suffixed as either .crt or .pem
You will need to create a folder in /build/packages that contains a certs folder mkdir -p /build/packages/my-certificates/certs Next create a dependencies file that pulls in ca-bundle echo ca-bundle > /build/packages/my-certificates/dependencies within the certs folder, we can make a folder called ca to hold Certificate Authority certs. mkdir -p /build/packages/my-certificates/certs/ca We now need to include our new package in our build 'echo "package my-certificates" >> /build/build.conf'