Ephenodrom / Dart-Basic-Utils

A dart package for many helper methods fitting common situations
MIT License
364 stars 77 forks source link

Added a new param for the "Not Before" flag of self signed x.509 certificates #105

Closed Nikoo00o closed 1 year ago

Nikoo00o commented 1 year ago

Added the new "notBefore" parameter to the "generateSelfSignedCertificate" method to enable custom certificate validity. Also implemented a small validity test.

See Issue https://github.com/Ephenodrom/Dart-Basic-Utils/issues/106

Ephenodrom commented 1 year ago

@Nikoo00o Looks good, will publish a new version on pub.dev next week.

Nikoo00o commented 1 year ago

Thank you!