Skip to content

Commit f4c4ef7

Browse files
committed
tools/geneos: updated docs
1 parent 20a56fa commit f4c4ef7

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

tools/geneos/docs/geneos_config.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ The base URL for downloads for automating installations. Not yet used. If files
4242
| Command | Description |
4343
|-------|-------|
4444
| [`geneos config export`](geneos_config_export.md) | Export Instances |
45+
| [`geneos config import`](geneos_config_import.md) | import Instances |
4546
| [`geneos config set`](geneos_config_set.md) | Set program configuration |
4647
| [`geneos config show`](geneos_config_show.md) | Show program configuration |
4748
| [`geneos config unset`](geneos_config_unset.md) | Unset a program parameter |
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# `geneos config import`
2+
3+
Import one or more instances from a `tar.gz` archive created by `geneos config export`
4+
5+
6+
```text
7+
geneos config import [flags] [TYPE] [NAME...]
8+
```
9+
10+
## Examples
11+
12+
```bash
13+
14+
```
15+
16+
## SEE ALSO
17+
18+
* [geneos config](geneos_config.md) - Configure Command Behaviour

tools/geneos/docs/geneos_webserver.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ A `webserver` is an instance of a Web Dashboard Server.
44

55
A new `webserver` instance is created using local package configuration files, therefore the same package version must be installed locally as on any remote host.
66

7+
`geneos` will manage TLS certificates for the webserver instance. When you create a new instance, assuming your Geneos installation has TLS initialised, a new certificate and private key will be created as for other component types but these will also then be added to the Java keystore referenced in the `config/security.properties` file. If you replace or renew the instance certificate or private key you should then use the `geneos rebuild webserver NAME` command to rebuild the keystore file. If you change the `security.properties` file you may need to manually delete the (old) keystore file before running `rebuild`.
8+
9+
If you use `geneos deploy webserver` you can also provide an externally generated certificate bundle without having to initialise TLS for other components.
10+
711
```text
812
geneos webserver
913
```

0 commit comments

Comments
 (0)