./security/go-mkcert, Make locally trusted development certificates

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.4.4, Package name: go-mkcert-1.4.4, Maintainer: schmonz

mkcert is a simple tool for making locally-trusted development
certificates. It requires no configuration.

Using certificates from real certificate authorities (CAs) for
development can be dangerous or impossible (for hosts like localhost or
127.0.0.1), but self-signed certificates cause trust errors. Managing
your own CA is the best solution, but usually involves arcane commands,
specialized knowledge and manual steps.

mkcert automatically creates and installs a local CA in the system root
store, and generates locally-trusted certificates. mkcert does not
automatically configure servers to use the certificates, though, that's
up to you.


Required to build:
[pkgtools/cwrappers] [lang/go114]

Master sites:

Filesize: 17.191 KB

Version history: (Expand)


CVS history: (Expand)


   2023-03-15 19:20:51 by Amitai Schleier | Files touched by this commit (3)
Log message:
Update to 1.4.4. From the changelog:

1.4.4:
- Firefox packaged in a Snap, which is the default browser of Ubuntu
  22.04, is now supported
- Fixed a crash when a CSR doesn't have SANs
- Calling mkcert with no arguments only prints the help text

1.4.3:
- The EKU logic is now simpler, and it follows the following rules
    - if an IP address, DNS name, or URI SAN is present, serverAuth
      is included
    - if -client is used, clientAuth is included
    - if an email address SAN in present, emailProtection is included
- Certificate generation based on CSRs is now consistent with standard
  certificate generation

1.4.2:
- Reduce certificate lifetime to 2 years and 3 months
- Detect various flavors of Firefox (#225, #280)

pkgsrc changes:

- Simplify packaging
- Take MAINTAINER
   2023-03-08 14:39:00 by Benny Siegert | Files touched by this commit (131) | Package updated
Log message:
Revbump all Go packages after go119 security update
   2023-02-16 16:02:10 by Benny Siegert | Files touched by this commit (129) | Package updated
Log message:
Revbump all Go packages after go119 update
   2023-01-11 18:28:38 by Benny Siegert | Files touched by this commit (123) | Package updated
Log message:
Revbump all Go packages after go119 update
   2022-12-08 17:14:27 by Benny Siegert | Files touched by this commit (122) | Package updated
Log message:
Revbump all Go packages after go119 security update
   2022-11-02 20:39:58 by Benny Siegert | Files touched by this commit (115) | Package updated
Log message:
Revbump all Go packages after go119 security update
   2022-10-05 13:33:09 by Benny Siegert | Files touched by this commit (113) | Package updated
Log message:
Revbump all Go packages after go119 security update
   2022-09-26 20:40:24 by Benny Siegert | Files touched by this commit (113)
Log message:
Revbump all Go packages after 1.19 became default