mirror of
https://github.com/Mikaela/Limnoria-doc.git
synced 2024-12-24 12:12:37 +01:00
use/identifying_to_services: add missing <>
...
...around BOT in the line which gets fingerprint id to tell to services for certfp.
This commit is contained in:
parent
4b79873f6d
commit
e3cc8d6178
@ -63,7 +63,7 @@ or only on one or more network where it's manually configured::
|
||||
And lastly, you must tell the services what is your certificate
|
||||
fingerprint, which you can find out with::
|
||||
|
||||
openssl x509 -sha1 -noout -fingerprint -in BOT.pem | tr -d ':' | tr 'A-Z' 'a-z'
|
||||
openssl x509 -sha1 -noout -fingerprint -in <BOT>.pem | tr -d ':' | tr 'A-Z' 'a-z'
|
||||
|
||||
This results in something like
|
||||
``05dd01fedc1b821b796d0d785160f03e32f53fa8`` which you tell your bot to
|
||||
|
Loading…
Reference in New Issue
Block a user