Sigul – Connecting to server/bridge

Connecting to the Sigul Server and Sigul Bridge
This post is used for people who need to use a sigul server and bridge that has already been set up and configured. If you are looking for ways to configure, troubleshoot, or otherwise use another part of sigul, check my other posts on sigul:
Sigul Client Setup
Sigul Client – How to Sign/Testing the Client
Sigul Problems and Troubleshooting

For security purposes the Sigul Server is completely cut off from all network services except the sigul server service. It is also running on a VM so in order to use it you must ssh with x forwarding and start it in a special way.

SSH and Virtual Machine
SSH with x forwarding:

ssh -X -C [hostname of computer with VM]

Create a script(this solves some authentication problems):

#!/bin/bash
XAUTHORITY=~/.Xauthority sudo virt-manager

From here you will have the ability to start/stop the bridge and server, along with logging in and configuring the services.

Starting the Sigul Server
Before being able to start the server you will need to enter a passphrase to use the encrypted logical volume. This LV contains the database which has the signing key.

First open the encrypted LV:

cryptsetup luksOpen /dev/fedora/sigul sigul

Next mount the mapping:

mount /dev/mapper/sigul /var/lib/sigul/

You can now start the Sigul Server:

systemctl start sigul_server.service

The logs are in:

/var/log/sigul_server.log

Starting the Sigul Bridge
There is not really anything special to do here on the bridge.
Start the Sigul Bridge:

systemctl start sigul_bridge.service

The logs are in:

/var/log/sigul_bridge.log

About oatleywillisa

Computer Networking Student
This entry was posted in SBR600 and tagged , , , , , , , , , , , . Bookmark the permalink.

6 Responses to Sigul – Connecting to server/bridge

  1. Pingback: Sigul – Setting up a Sigul Client | Andrew Oatley-Willis

  2. Pingback: Sigul – How to Sign | Andrew Oatley-Willis

  3. Gerald says:

    I will right away grasp your rss feed as I can’t to find your e-mail subscription link or newsletter service. Do you have any? Please allow me realize so that I may subscribe. Thanks.

    • Gerald,

      I do not have an email subscription or newsletter service. I do have a twitter account that will tweet each time I write a new blog post though. @oatleywillisa

  4. I think that what you published was actually very reasonable.
    However, think about this, what if you typed a catchier post title?

    I mean, I don’t want to tell you how to run your blog, however what if you added something that grabbed folk’s attention?
    I mean Sigul – Connecting to server/bridge | Andrew
    Oatley-Willis is a little boring. You should look
    at Yahoo’s front page and watch how they create news headlines to get people to click. You might add a video or a pic or two to grab readers excited about everything’ve
    written. Just my opinion, it might make your posts a
    little bit more interesting.

Leave a reply to oatleywillisa Cancel reply