Browse Source

fix documentation

master
Andrea Cimbalo 7 years ago
parent
commit
50f19e78e6
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      README.md
  2. +1
    -1
      SPEC.md

+ 1
- 1
README.md View File

@ -13,7 +13,7 @@ This is a shell for a user, the shell only reads the input from the user and ret
The server logs can be found at `/home/request/request_server.log`
#### `ca_sheel.py`
#### `manager.py`
This is a shell for a user, the shell limits the commands to the one we are interested, like generating a SSH/SSL CA, signing keys.


+ 1
- 1
SPEC.md View File

@ -55,7 +55,7 @@ The shell just output a json with `status`, `reason`, `failed` and `msg` keys.
The keys `failed` and `msg` are only requested to comply with ansible.
#### `ca_sheel.py`
#### `manager.py`
This is a shell for a user, the shell limits the commands to the one we are interested, like generating a SSH/SSL CA, signing keys.


Loading…
Cancel
Save