mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 05:26:03 +03:00
[GH-ISSUE #145] Help me !How Can I install in nginx on Win #87
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#87
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 @chaihongjun on GitHub (Mar 1, 2019).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/145
OS:WIN7
here is my nginx vhost conf:
And I'm sure the certificate files path is correct
here is my hosts:
But, it cant run
@adamdecaf commented on GitHub (Mar 1, 2019):
ssl_certificateandssl_certificate_keyare filepaths. Did you runmkcertin the nginx config directory? Do you get an error when starting nginx?@chaihongjun commented on GitHub (Mar 2, 2019):
I'm sure the certificate files path is correct, because these two files were in the same folder of the vhost conf。they are in the same directory
@adamdecaf
@chaihongjun commented on GitHub (Mar 2, 2019):
@adamdecaf
@adamdecaf commented on GitHub (Mar 4, 2019):
Is there an error when you start nginx?
@chaihongjun commented on GitHub (Mar 4, 2019):
@adamdecaf
Oh,it's my carelessness.
I have success
my local host were made mistake IP address and the
ssl_certificate_keyfile nameThank U very much!!!