You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When actually generating a key, there are other sources of slowness. Total generation time with nss removed is 1s. About 100ms of that is spent in generateKey.
It seems to take mkcert 200ms to reach the beginning of the makeCert method.
On a MacBook Air 2018:
This is caused by the
init
function in truststore_nss.go, which invokes the brew command. If I comment out the init function:The text was updated successfully, but these errors were encountered: