mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 13:36:02 +03:00
[GH-ISSUE #43] Assistance in building mkcert v1.0.0 #24
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#24
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 @kodewise on GitHub (Jul 8, 2018).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/43
Hello FiloSottile,
I'm trying to install mkcert on Ubuntu 18.04. I have already installed libnss3-tools and downloaded the mkcert tarball
apt install libnss3-tools
wget https://github.com/FiloSottile/mkcert/archive/v1.0.0.tar.gz
I'm not sure how to proceed from there. Kindly assist me. Thank you.
@FiloSottile commented on GitHub (Jul 8, 2018):
Download the pre-built binary instead (https://github.com/FiloSottile/mkcert/releases/download/v1.0.0/mkcert-v1.0.0-linux-amd64), make it executable (chmod +x) and use it directly (./mkcert-...).
@kodewise commented on GitHub (Jul 8, 2018):
This is what I'm getting.
root@ip-172-31-44-56:/home/ubuntu# ./mkcert-v1.0.0-linux-amd64
Using the local CA at "/root/.local/share/mkcert" ✨
Warning: the local CA is not installed in the system trust store! ⚠️
Run "mkcert -install" to avoid verification errors ‼️
Usage:
"_wildcard.example.com-key.pem".
Change the CA certificate and key storage location by setting $CAROOT,
print it with "mkcert -CAROOT".
On Sun, Jul 8, 2018 at 8:37 PM Filippo Valsorda notifications@github.com
wrote:
@ninjamonz commented on GitHub (Jul 9, 2018):
./mkcert-v1.0.0-linux-amd64 -install
./mkcert-v1.0.0-linux-amd64 example.org
@kodewise commented on GitHub (Jul 10, 2018):
Great, the commands run just fine. I have hosted an apache web server on
AWS and run the commands as indicated. The problem is that the web server
is still using http://ip-address instead of https://ip-address Any clue as
to what I'm doing wrong?
On Mon, Jul 9, 2018 at 5:47 AM ninjamonz notifications@github.com wrote:
@adamdecaf commented on GitHub (Jul 10, 2018):
@NaiCity
mkcertdoesn't automagically setup your apache2 configs to use the certificate. You'll need to add that to your apache config.Here's an example: https://www.digicert.com/ssl-support/apache-multiple-ssl-certificates-using-sni.htm
@kodewise commented on GitHub (Jul 12, 2018):
Hey Filippo could you please give me a step by step guide on how to do this
I have tried configuring the apache config file but it doesn't work on my
side.
On Tue, Jul 10, 2018, 18:43 Adam Shannon notifications@github.com wrote:
@FiloSottile commented on GitHub (Jul 12, 2018):
I'm sorry, but I can't provide support for all the web server configurations.
mkcert will generate trusted certificates for you. You have to configure your web server to: