Appendix: Generate Random Seed File
该文章根据 CC-BY-4.0 协议发表,转载请遵循该协议。
本文地址:https://fenying.net/en/book/pki-tutorials/x.01-generate-random-seed-file/
The sub-command rand
of OpenSSL can generate a random data file of a specified size.
For example, to generate a 10 KiB random file named rand.bin
in the current directory:
1openssl rand -out ./rand.bin 10240
Now, you have a 10 KiB random seed file.
comments powered by Disqus