ChristianLempa / cheat-sheets

This is my personal knowledge-base. Here you'll find code-snippets, technical documentation, and command reference for various tools, and technologies.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

extfile.cnf error in Windows 10

aiamk opened this issue · comments

commented

https://github.com/ChristianLempa/cheat-sheets/blob/d0305c26e5e595176cf04bc8943de06a1bf719ae/misc/ssl-certs.md?plain=1#L34C10-L34C10

echo "subjectAltName=DNS:your-dns.record,IP:257.10.10.1" >> extfile.cnf

The double quote will cause an error because it will be included in the configuration file.

Can you tell me which shell, and version you're using @aiamk?

@ChristianLempa sorry it was my mistake, I used command prompt (CMD) instead of windows power shell.

thank you for your efforts,
Best Regards.

No worries :) Glad it's solved!