munge/README.md

21 lines
490 B
Markdown
Raw Normal View History

2019-12-02 11:48:25 +00:00
# MUNGE
The munge package.
2019-12-02 12:09:02 +00:00
MUNGE (**M**UNGE **U**id '**N**' **G**id **E**mporium) is an authentication service for creating and validating credentials.
2019-12-02 11:48:25 +00:00
Bevor starting the service as the first time a secret key has to been created.
2019-12-02 11:57:59 +00:00
2019-12-02 11:48:25 +00:00
For creating the key add store it to the file `/etc/munge/munge.key` the following script is provided:
2019-12-02 12:04:27 +00:00
```bash
2019-12-02 11:48:25 +00:00
create-munge-key
```
In the second step you can start und enable the munge service.
2019-12-02 12:04:27 +00:00
```bash
2019-12-02 11:48:25 +00:00
systemctl start munge
systemctl enalbe munge
```