See: https://github.com/openssl/openssl/blob/master/apps/pkcs8.c#L210 PKCS#8 only allows you to set the password iterations to 1, but it doesn't allow you to actively change the iteration count.
See: https://github.com/openssl/openssl/blob/master/apps/pkcs8.c#L210
PKCS#8 only allows you to set the password iterations to 1, but it doesn't allow you to actively change the iteration count.