diff --git a/README.md b/README.md index fd8ec84..49cd1d6 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/SPEC.md b/SPEC.md index 280c568..dd7d341 100644 --- a/SPEC.md +++ b/SPEC.md @@ -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.