mirror of
https://github.com/absmach/magistrala.git
synced 2026-08-07 07:14:46 +00:00
dcd6e85afd
Continuous Delivery / lint-and-build (push) Has been cancelled
Deploy GitHub Pages / swagger-ui (push) Has been cancelled
CI Pipeline / Lint Proto (push) Has been cancelled
CI Pipeline / Detect Changes (push) Has been cancelled
Continuous Delivery / Build and Push Docker Images (push) Has been cancelled
CI Pipeline / lint-and-build (push) Has been cancelled
CI Pipeline / Test ${{ matrix.module }} (push) Has been cancelled
CI Pipeline / Upload Coverage (push) Has been cancelled
Signed-off-by: dusan <borovcanindusan1@gmail.com>
23 lines
655 B
Plaintext
23 lines
655 B
Plaintext
# Copyright (c) Abstract Machines
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# Everything under certs/ is generated by this directory's Makefile, except the
|
|
# development CA and the default server certificate that ship with the
|
|
# repository.
|
|
#
|
|
# This is a denylist by intent: listing generated certificates by name meant
|
|
# each new one had to remember to add itself here, and forgetting silently left
|
|
# a private key committable. Ignore first, then re-include what is deliberately
|
|
# tracked.
|
|
certs/*
|
|
!certs/ca.crt
|
|
!certs/ca.key
|
|
!certs/magistrala-server.crt
|
|
!certs/magistrala-server.key
|
|
|
|
# Paths outside certs/.
|
|
client.crt
|
|
client.key
|
|
certbot-www/
|
|
letsencrypt/
|