I try to generate certificate from
How do I create a self-signed certificate for code signing on Windows?
When using signtool wnd tested it with a list of available timestamp here: https://gist.github.com/Manouchehri/fd754e402d98430243455713efada710
It took (5 - 10) minutes for sign. a DLL have few classes only.
Should I use timestamp with non-official self-signed code certificates? Or ignore timestamp for generated self-signed certificates? I know that purchased certificates must use timestamp.
Edit:
I still have problem. Anyone can help please :(