168
edits
No edit summary |
No edit summary |
||
| Line 16: | Line 16: | ||
# Request the certificate | # Request the certificate | ||
# Store the resulting certificate in ~/Library/IPA/user.crt | # Store the resulting certificate in ~/Library/IPA/user.crt | ||
# Add the following lines to your ~/.bash_profile. Make sure to replace <mac_username> with your Mac username and <ipa_username> with your IPA username! | # Add the following lines to your ~/.bash_profile - Make sure to replace <mac_username> with your Mac username and <ipa_username> with your IPA username! | ||
## alias ds_pkinit="/usr/bin/kinit -C FILE:/Users/<mac_username>/Library/IPA/user.crt,/Users/<mac_username>/Library/IPA/user.key --keychain <ipa_username>" | |||
## ds_pkinit & disown | |||
# Add the following lines to your ~/.zshrc - Make sure to replace <mac_username> with your Mac username and <ipa_username> with your IPA username! | |||
## alias ds_pkinit="/usr/bin/kinit -C FILE:/Users/<mac_username>/Library/IPA/user.crt,/Users/<mac_username>/Library/IPA/user.key --keychain <ipa_username>" | ## alias ds_pkinit="/usr/bin/kinit -C FILE:/Users/<mac_username>/Library/IPA/user.crt,/Users/<mac_username>/Library/IPA/user.key --keychain <ipa_username>" | ||
## ds_pkinit & disown | ## ds_pkinit & disown | ||