Forum Replies Created
-
AuthorPosts
-
khiltd
ParticipantIf the script contains the logic necessary to decrypt the password stored within it then it might as well not be encrypted at all.
February 18, 2010 at 5:32 pm in reply to: DNS experts – newbie seeking best practices advice for DNS setup #378015khiltd
ParticipantI have no idea what kind of control dyndns gives you over your zone file, but this would probably be a lot easier if you stopped using their nameservers and made yourself the SOA.
khiltd
ParticipantI don’t think AppleScript is available at that point in the boot process, and AppleScript Studio has pretty much been placed on deathwatch.
khiltd
ParticipantAre you referring to a support ticket kind of thing? They’re easy enough to write that I can’t imagine licensing one being worth the investment.
khiltd
ParticipantI generally avoid the GUI when it comes to configuring BIND, and I don’t believe I’m alone in that practice. What exactly is it you want to accomplish?
khiltd
Participant[QUOTE][u]Quote by: Mhanson[/u][p]Does anyone know of any terminal commands that do find and replace? [/p][/QUOTE]
sed, awk, grep and probably several others I’m forgetting.
khiltd
Participant“Editor’s note: This article is now obsolete. On 31-Jul-2008, Apple released a set of security updates for Mac OS X 10.4.11 Tiger and 10.5.4 Leopard that patch the flaw, and render the advice below unnecessary.”
June 30, 2008 at 5:29 pm in reply to: certificate assistant – keychain access – certificate already exists error #373271khiltd
Participant[QUOTE][u]Quote by: stmoddell[/u][p]any chance you’d provide ‘how to’ instructions, or point at some existing documentation on this?
[/p][/QUOTE]The abridged version:
[code]Generate an RSA Key:
openssl genrsa -des3 -out ca.key 2048
Generate a CA:
openssl req -new -x509 -days 365 -key ca.key -out ca.crt
Generate another RSA Key:
openssl genrsa -des3 -out server.key 2048
Generate a Certificate Signing Request:
openssl req -new -key server.key -out server.csr
Sign:
./sign.sh server.csr
Decrypt key:
cp server.key server.key.original
openssl rsa -in server.key.original -out server.key [/code]Scads of other examples are just a Google away.
June 28, 2008 at 5:48 pm in reply to: certificate assistant – keychain access – certificate already exists error #373260khiltd
ParticipantYou should really just do this through openssl directly. Keychain Access is terribly broken.
June 21, 2008 at 2:20 am in reply to: Disable the “remember in Keychain” box when connecting to a server #373211khiltd
ParticipantProbably not possible.
khiltd
ParticipantLooks like these are all the configuration options you get with that tool:
khiltd
ParticipantHave you tried trashing the Finder prefs and letting it start over?
khiltd
ParticipantHave you installed any third party filesystems that might be conflicting?
khiltd
ParticipantThis would typically be done on the router, yes, but there is a Gateway Setup Assistant if you really want to do it on an OS X Server box. Plenty of documentation on Apple’s site.
-
AuthorPosts
Recent Comments