Mac OS Installation
Installation for MAC Devices
1- Requirements
Before installing the Digital Signature application on your device, the Java library mentioned below must be installed on your device.
JDK (Java Development Kit). You can download this library from the link below by selecting the one that is suitable for your device type. Click to download<
strong>
.<
/strong>
After downloading Java from the link above, there will be an installation file in your downloads folder similar to the one in your image. Open this installation file.
Double-click this package to open it.
Continue by selecting the open option on this screen that appears.
You can install it by pressing Install.
In order to use the electronic signature application, we need to install these 2 applications that manage USB port access authorizations and provide authorization according to USB port type from the address below.
<
img src="https://docsbimser.blob.core.windows.net/imagecontainer/ds-mac-other-composites1-c67536d0-bea5-48b4-8488-40e7dd5b0312.png" alt="Bimser Solution" style={{border: '3px solid #dee0df', borderRadius:'15px', boxShadow:'3px 5px #dee0df', margin:'10px 0'}}/>
<
p align='center' style={{fontWeight:'bold', marginTop:'10px', fontSize:'17px'}}>
After making the selections according to your Mac version, you need to select the type of your signature certificate device.<
/p>
<
img src="https://docsbimser.blob.core.windows.net/imagecontainer/ds-mac-other-composites2-2147747d-ee25-4c23-950e-2e3a70b8c6b8.png" alt="Bimser Solution" style={{border: '3px solid #dee0df', borderRadius:'15px', boxShadow:'3px 5px #dee0df', margin:'10px 0'}}/>
<
p align='center' style={{fontWeight:'bold', marginTop:'10px', fontSize:'17px'}}>
In turn, you need to install both applications: Smart card driver and Card reader driver<
/p>
2- Download and Installation of the Digital Signature App - Mac
To download DSClient Mac Os version <
strong>
click here.<
/strong>
For the installation of the Digital Signature application, we will use the terminal application available on Mac devices.
Enter LaunchPad to open the Terminal app.
Type terminal in the search field.
Open the terminal application that you see on the screen that comes up.
You will see a screen like the one in the image above.
On this screen, type the following command: ''sh Bash
And leave a space
Then grab and drag the DSClientMac.sh file from the Setup Files folder to this screen
''sh
bash /Users/username/Desktop/SetupFiles/DSClientMac.sh
The line of code will look similar to the example above. The only difference will be your file location. You need to delete 1 space at the end of the code line. Then press Entr to execute the command.
If the operation is successful, the Terminal image will be as in the image above and the terminal will move to a bottom line. In case of any problems, the program creates its own operation and error records. If you forward the registration messages in these files, your problems will be solved faster.
3 – How to Access Log Records – Mac
To access these files, access the disk located on your device's desktop (Macintosh HD), this disk name may be different on your device.
On this screen that appears, you can select Cmd + shift + . buttons at the same time to make hidden folders visible.
When you make hidden folders visible, you will see a screen like the one in the image.
Open the usr folder, which appears dimmed.
Then, open the local folder.
Open the bin folder inside the Local folder.
In the Bin folder, locate the SetupFiles folder, and then open it.
There is a "servicelog.err.log" file in the setupfiles. If the digital signature service encounters any errors during installation or after restarting your computer, it will register it here. You can open this file with the text editor by double-clicking it.
Non-error records of the program are kept in the "servicelog.out.log" file in the same folder.
If you have to stop the digital signature service, you can follow these steps.
Open the confirmation To stop the service :
''sh sudo launchctl stop com.dsclient.bms
Execute the command.
After executing the stop command to remove the service
''sh
sudo launchctl unload /Library/LaunchDaemons/com.dsclient.bms.plist
Execute the command.