archang3l

Untitled

Nov 16th, 2020
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. # The password entered here must be in the form of a HTTP digest "A1" hash.
  2. # To create one using for instance Apache's 'htdigest' tool, type:
  3. # "htdigest -c hash.txt <realm> <user>"
  4. # Options:
  5. # <realm>: the same realm configured as entry point (see above), i.e. "VeriniceServer"
  6. # <user>: the adminuser name given above, i.e. "admin"
  7. #
  8. # Copy the hash you find in hash.txt as value below.
  9. admin.username=admin
  10. # default value for development only: "geheim" for default NOCOMPANY realm -->
  11. admin.password=foobar
Advertisement
Add Comment
Please, Sign In to add comment