mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 21:45:59 +03:00
[GH-ISSUE #371] How to install on linux x86 ? #243
Labels
No labels
TLS stack issue
Windows
bug
duplicate
duplicate
enhancement
help wanted
help wanted
pull-request
question
question
root store
waiting for info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mkcert#243
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @holden321 on GitHub (Jun 8, 2021).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/371
Hello!
Is it possible to run mkcert in x86 OS?
There is no pre-built binary for x86: https://github.com/FiloSottile/mkcert/releases
Brew needs x64.
Building from source code does not work also.
I tried to make pem-files on x64 system and then copy them to the x86 system,
but that does not work - browser does not like it very much: NET::ERR_CERT_AUTHORITY_INVALID
Adding certificate to the trusted also not work.
So, as I understand you need to run "mkcert -install" to make it work properly.
But how to run "mkcert -install" on the x86 ? :)
My OS is "Ubuntu 14 x86"
@minecraftchest1 commented on GitHub (Aug 24, 2021):
search "install cert into " in your favorite search engine.
@aindriu80 commented on GitHub (Sep 6, 2021):
How to install Mkcert:-
1)From your home folder, Need to wget the ?latest? release & specify where to put it ->
sudo wget https://github.com/FiloSottile/mkcert/releases/download/v1.4.3/mkcert-v1.4.3-linux-amd64 -O /usr/local/bin/mkcert2)Then change permissions:
sudo chmod +x /usr/local/bin/mkcert3)Now cd into the folder if need be and run:
mkcert -install4)Need to install local certificates for localhost:
mkcert localhostIn your VSCode Json file, the location of certificates may be specified otherwise they have to be home in a local folder.