@@ -260,6 +260,52 @@ When dialog messages related to LXD configuration are shown, please answer in th
### Configuration
### NBI
#### SSL certificate problem
OSM is installed by default using https with a self signed certificated. You will obtain the error '*SSL certificate problem: self signed certificate*' on the client side. To skip this error use the appropriate option to skip certificate validation (e.g. `--insecure` for curl, `--no-check-certificate` for wget, ...). However if for some reason you cannot use this option, you can install this certificate as a valid one in your client system.
To install NBI certificate on the client side (tested for Ubuntu):
Add to the list of '*/etc/hosts*' a host called "nbi" with the ip address where OSM is running. Can be localhost if client and server are the same machine. Add (or edit) one of these lines:
```text
127.0.0.1 localhost nbi
OSM-ip nbi
```
Finally for the URL use host 'nbi' <httts://nbi:9999/osm> (not localhost neither 127.0.0.1). Test it with: