From 8c232a3db72040af4f09f0a188c77b2b451e1294 Mon Sep 17 00:00:00 2001 From: Sam Gleske Date: Sun, 9 Sep 2018 13:32:14 -0700 Subject: [PATCH] Call out CA management scripts --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1943846..55a41ae 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,13 @@ docker-compose exec -u root emby /bin/bash chown -R emby: /media/Emby-Uploaded-Photos ``` +# See also + +- [`my_internal_ca`](https://github.com/samrocketman/my_internal_ca) which is a + certificate authority management solution for managing an internal CA. This + can be used to secure Emby with your own CA to gain ultimate trust. + [compose]: https://github.com/docker/compose/releases +[docker]: https://www.docker.com/ [emby]: https://emby.media/ [install-docker]: https://docs.docker.com/install/ -[docker]: https://www.docker.com/