This repository has been archived by the owner on Jan 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
SSL Certificates
Marcel Wagner edited this page Mar 15, 2019
·
2 revisions
SSL certificates will be supported in develop and master branch soon. Currently they are available in v1.0b
branch. There as default platform-launcher is creating self certified SSL files and puts them in data/keys/ssl
. The files expected are server.key
and server.cert
. These files are mounted inside Nginx container to /etc/ssl.
To install your own certificates you have to do the following:
- Build the full system first by
make
- Copy your keys to data/keys/ssl directory
- Edit the config file of Nginx to insert your server name (as stated in cert). The config is found in
oisp-frontent/public-interface/nginx/default.conf
- Remove the Nginx container and image by
docker rm oisp_nginx_1
and `docker rmi oisp/nginx:{version}' - Make Nginx container again by typing
make
- The service should listen on 443 and 80 and now using your cert for HTTPS connections.
- Home
-
Overview
- Rule Engine
- Service Hub
- Dashboard
- Data Backend
- Integration of Analytics
- IoT Agent
- Using Docker
- Authentication and Authorization
- Rest API
- Configuration
- Build