add a README file
This commit is contained in:
parent
28ebbd48ba
commit
f7ea875ede
19
README.md
Normal file
19
README.md
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# MUNGE
|
||||||
|
|
||||||
|
The munge package.
|
||||||
|
|
||||||
|
MUNGE (MUNGE Uid 'N' Gid Emporium) is an authentication service for creating and validating credentials.
|
||||||
|
|
||||||
|
Bevor starting the service as the first time a secret key has to been created.
|
||||||
|
For creating the key add store it to the file `/etc/munge/munge.key` the following script is provided:
|
||||||
|
|
||||||
|
```
|
||||||
|
create-munge-key
|
||||||
|
```
|
||||||
|
|
||||||
|
In the second step you can start und enable the munge service.
|
||||||
|
|
||||||
|
```
|
||||||
|
systemctl start munge
|
||||||
|
systemctl enalbe munge
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user