MacOS – How to create a file with a custom file extension

macmacos

I've just been trying to create a .crt file, so I can copy the contents (text) from a web page in to it, but Mac OS doesn't seem to want to let me do it easily.

Normally in Windows I would right click > new file, or even open notepad and save as (as it lets you save with any extension), but TextEdit in mac forces me to save as RTF, and I seem to be unable to rename it in finder afterwards?!

I ended up opening the terminal and executing touch cert.crt just to create the file. I need to explain this process to some other users – there must be a simpler way.

Best Answer

I tried to recreate your Problem and noticed that you probably have not enabled the "Show all File Extensions" option in the Finder Preferences.

You can check by selecting the Finder and selecting "Preferences" from the Menubar. A small window should appear, titled "Finder Preferences". Select the "Advanced" Icon at the Top of that window. You should now see the option "Show all File Extensions", it should be checked. All files in your finder window should now show their extensions, like .txt or in your case .crt

You can now easily change all files to another extension.

If that does not work then the Fileextension is probably linked to another application. .crt-Files should link to the Keychain-Application which handels all certificates. You can check by selecting the crt-File and pressing "command" + "i". An information window should appear with additional information to that file. At the Entry "open with" should appear "Keychain.app".