@@ -477,7 +477,7 @@ Cancelled due to a CI issue, replaced by v4.5.2.
477477- ** [ dnsprovider] ** azure: Allow for the use of MSI
478478- ** [ dnsprovider] ** constellix: improve challenge.
479479- ** [ dnsprovider] ** godaddy: allow parallel solve.
480- - ** [ dnsprovider] ** namedotcom: get the actual registered domain so we can remove just that from the hostname to be created
480+ - ** [ dnsprovider] ** namedotcom: get the actual registered domain, so we can remove just that from the hostname to be created
481481- ** [ dnsprovider] ** transip: updated the client to v6
482482
483483### Fixed:
@@ -581,7 +581,7 @@ Cancelled due to a CI issue, replaced by v4.5.2.
581581
582582## [ v3.0.1] - 2019-08-14
583583
584- There was a problem when creating the tag v3.0.1, this tag has been invalidate .
584+ There was a problem when creating the tag v3.0.1, this tag has been invalidated .
585585
586586## [ v3.0.0] - 2019-08-05
587587
@@ -873,7 +873,7 @@ There was a problem when creating the tag v3.0.1, this tag has been invalidate.
873873- lib: The ` DeleteRegistration ` function on ` acme.Client ` . This deletes the registration as currently configured in the client.
874874- lib: The ` ObtainCertificateForCSR ` function on ` acme.Client ` . The function allows to request a certificate for an already existing CSR.
875875- CLI: The ` --csr ` switch. Allows to use already existing CSRs for certificate requests on the command line.
876- - CLI: The ` --pem ` flag. This will change the certificate output so it outputs a .pem file concatanating the .key and .crt files together.
876+ - CLI: The ` --pem ` flag. This will change the certificate output, so it outputs a .pem file concatanating the .key and .crt files together.
877877- CLI: The ` --dns-resolvers ` flag. Allows for users to override the default DNS servers used for recursive lookup.
878878- lib: Added a memcached provider for the HTTP challenge.
879879- CLI: The ` --memcached-host ` flag. This allows to use memcached for challenge storage.
@@ -895,11 +895,11 @@ There was a problem when creating the tag v3.0.1, this tag has been invalidate.
895895- lib: The library will now skip challenge solving if a valid Authz already exists.
896896
897897### Removed:
898- - lib: The library will no longer check for auto renewed certificates. This has been removed from the spec and is not supported in Boulder.
898+ - lib: The library will no longer check for auto- renewed certificates. This has been removed from the spec and is not supported in Boulder.
899899
900900### Fixed:
901901- lib: Fix a problem with the Route53 provider where it was possible the verification was published to a private zone.
902- - lib: Loading an account from file should fail if a integral part is nil
902+ - lib: Loading an account from file should fail if an integral part is nil
903903- lib: Fix a potential issue where the Dyn provider could resolve to an incorrect zone.
904904- lib: If a registration encounteres a conflict, the old registration is now recovered.
905905- CLI: The account.json file no longer has the executable flag set.
@@ -967,7 +967,7 @@ There was a problem when creating the tag v3.0.1, this tag has been invalidate.
967967
968968### Changed:
969969- lib: NewClient does no longer accept the optPort parameter
970- - lib: ObtainCertificate now returns a SAN certificate if you pass more then one domain.
970+ - lib: ObtainCertificate now returns a SAN certificate if you pass more than one domain.
971971- lib: GetOCSPForCert now returns the parsed OCSP response instead of just the status.
972972- lib: ObtainCertificate has a new parameter ` privKey crypto.PrivateKey ` which lets you reuse an existing private key for new certificates.
973973- lib: RenewCertificate now expects the PrivateKey property of the CertificateResource to be set only if you want to reuse the key.
0 commit comments