[GH-ISSUE #371] How to install on linux x86 ? #243

Open
opened 2026-02-25 22:32:56 +03:00 by kerem · 2 comments
Owner

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"

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"
Author
Owner

@minecraftchest1 commented on GitHub (Aug 24, 2021):

search "install cert into " in your favorite search engine.

<!-- gh-comment-id:904968680 --> @minecraftchest1 commented on GitHub (Aug 24, 2021): search "install cert into <put your browser here>" in your favorite search engine.
Author
Owner

@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/mkcert

2)Then change permissions:
sudo chmod +x /usr/local/bin/mkcert

3)Now cd into the folder if need be and run:
mkcert -install

4)Need to install local certificates for localhost:
mkcert localhost

In your VSCode Json file, the location of certificates may be specified otherwise they have to be home in a local folder.

<!-- gh-comment-id:913585246 --> @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/mkcert` 2)Then change permissions: ` sudo chmod +x /usr/local/bin/mkcert` 3)Now cd into the folder if need be and run: ` mkcert -install` 4)Need to install local certificates for localhost: ` mkcert localhost` In your VSCode Json file, the location of certificates may be specified otherwise they have to be home in a local folder.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/mkcert#243
No description provided.