i find some info about jwt i can use jwt.secrets as long password? 32 symbols for example or only keys now?
пн, 3 февр. 2025 г. в 13:52, Ilya Terskov <prosgar...@gmail.com>: > curl -X GET https://hranitel-ist.ru:8443/users > curl: (35) schannel: next InitializeSecurityContext failed: > SEC_E_INVALID_TOKEN (0x80090308) > same for curl -k > > config > enabled=true > port=8443 > host=0.0.0.0 > https.enable=true > https.cert=file://../cert/hranitel-ist.ru-crt.pem > https.key=file://../cert/hranitel-ist.ru-key.pem > https.chain=file://../cert/hranitel-ist.ru-chain.pem > > tried also > ../cert/hranitel-ist.ru-crt.pem > tried also > https.cert=file://../cert/hranitel-ist.ru-chain.pem > https.key=file://../cert/hranitel-ist.ru-key.pem > > certificate for sure working cuz using on smtp and imap already with paths > <privateKey>file://../cert/hranitel-ist.ru-key.pem</privateKey> > <certificates>file://../cert/hranitel-ist.ru-chain.pem</certificates> > > > пн, 3 февр. 2025 г. в 13:45, Jean Helou <jean.he...@gmail.com>: > >> Hello ilya >> >> > James starting but it not work >> >> That's a bit vague, what are the symptoms? Is the port open ? How do you >> query webmin ? What are the resonse codes ? >> If you have a http response code, can you try to query /healthcheck ? >> >> Keep in mind that James webmin does not have a UI it is only APIs (but of >> course a UI contribution would be welcome :) ) >> >> > i dont find info about user/pass and how set it up? >> I'm on my phone so I don't have the link but this is documented: there is >> no user/password security. Either webmin is open or you are supposed to >> use >> a jwt token. There are instructions on how to generate the jwt token in >> the >> documentation though it's not very straightforward >> >> Jean >> >> Le lun. 3 févr. 2025 à 06:55, Ilya Terskov <prosgar...@gmail.com> a >> écrit : >> >> > Hi guys :) >> > i have questions about webadmin.properties >> > cant find full code with descriptions so ask here >> > >> > enabled=true >> > port=8443 >> > host=0.0.0.0 >> > https.enabled=true >> > https.cert=../cert/hranitel-ist.ru-crt.pem >> > https.key=../cert/hranitel-ist.ru-key.pem >> > https.chain=../cert/hranitel-ist.ru-chain.pem >> > i make something like that. James starting but it not work, i ask >> chatgpt >> > :) >> > also i dont find info about user/pass and how set it up? >> > >> >