Skip to content

Commit

Permalink
Remove superfluous sqlite header
Browse files Browse the repository at this point in the history
  • Loading branch information
george-mcintyre committed Nov 25, 2024
1 parent a7937c8 commit effd0fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
1 change: 0 additions & 1 deletion certs/pvacms.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
#include "ownedptr.h"
#include "p12filefactory.h"
#include "sqlite3.h"
#include "sqlite3ext.h"
#include "utilpvt.h"

DEFINE_LOGGER(pvacms, "pvxs.certs.cms");
Expand Down
16 changes: 6 additions & 10 deletions documentation/securepva.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Quick Start Guide
.. code-block:: sh
# For Debian/Ubuntu (build-essential is optional)
apt-get install openssl libssl-dev libevent-dev sqlite3 libsqlite3-dev build-essential
apt-get install openssl libssl-dev libevent-dev libsqlite3-dev build-essential
# For RHEL/CentOS
yum install openssl-devel libevent-devel sqlite-devel
Expand All @@ -44,13 +44,9 @@ Quick Start Guide

.. code-block:: sh
git clone --branch 7.0 https://github.com/epics-base/epics-base.git
git clone --branch 7.0-method_and_authority https://github.com/george-mcintyre/epics-base.git
cd epics-base
# Fetch and checkout PR #563 - TLS support for AUTHORITY, METHOD, and isTLS in ACF files
git fetch origin pull/563/head:tls
git checkout tls
make -j10 all
cd ..
Expand Down Expand Up @@ -97,7 +93,7 @@ Quick Start Guide
export PATH=$PATH:$(pwd)
cd ../../..
1. PVACMS Setup
5. PVACMS Setup
^^^^^^^^^^^^^^^
.. code-block:: sh
Expand Down Expand Up @@ -133,7 +129,7 @@ Quick Start Guide
# with private key at location specified by EPICS_PVACMS_TLS_KEY
pvacms
1. Install Root Certificate
6. Install Root Certificate
^^^^^^^^^^^^^^^^^^^^^^^^^
.. code-block:: sh
Expand All @@ -143,7 +139,7 @@ Quick Start Guide
# note: If root cert is signed by a public CA this step is optional
pvxcert -I
1. Configure EPICS Agent Environment
7. Configure EPICS Agent Environment
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. code-block:: sh
Expand All @@ -160,7 +156,7 @@ Quick Start Guide
# An EPICS server agent certificate if required
export EPICS_PVAS_TLS_KEYCHAIN=~/.epics/server.p12
1. Create Certificates
8. Create Certificates
^^^^^^^^^^^^^^^^^^^^
.. code-block:: sh
Expand Down

0 comments on commit effd0fe

Please sign in to comment.