Skip to content

no ssl certificate #2000

Answered by itsrajadarsh
TommieWaters asked this question in Q&A
Dec 29, 2023 · 4 comments · 4 replies
Discussion options

You must be logged in to vote

You can also use with SSL enabled,
just you need yo create Barrier.pem file at that location:

in linux, follow these commenda:
$ cd /home/adarsh/.local/share/barrier/SSL/
$ mkdir -p Fingerprints
$ openssl req -x509 -nodes -days 365 -subj /CN=barrier -newkey rsa:4096 -keyout Barrier.pem -out Barrier.pem
$ openssl x509 -fingerprint -sha256 -noout -in Barrier.pem > Fingerprints/Local.txt
$ sed -e "s/.*=/v2:sha256:/" -i Fingerprints/Local.txt

and reStart the server

Replies: 4 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@fredodupoux
Comment options

Comment options

You must be logged in to vote
1 reply
@TommieWaters
Comment options

Answer selected by TommieWaters
Comment options

You must be logged in to vote
2 replies
@TommieWaters
Comment options

@nbolton
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants