-
Notifications
You must be signed in to change notification settings - Fork 139
Building SSCEP
Endi S. Dewata edited this page Jul 21, 2021
·
17 revisions
$ git clone https://github.com/certnanny/sscep.git $ cd sscep $ git checkout v0.9.0 $ ./bootstrap.sh $ ./configure $ make $ make install
$ dnf install -y autoconf automake libtool openssl-devel rpm-build $ mkdir -p ~/rpmbuild/SOURCES $ curl -JLOSs https://github.com/certnanny/sscep/archive/v0.9.0/tags/sscep-0.9.0.tar.gz $ mv sscep-0.9.0.tar.gz ~/rpmbuild/SOURCES $ curl -JLOSs https://raw.githubusercontent.com/certnanny/sscep/v0.9.0/scripts/sscep.spec $ sed -i '/%build/ a ./bootstrap.sh' sscep.spec $ rpmbuild -ba sscep.spec $ dnf localinstall -y `find ~/rpmbuild/RPMS -name *.rpm` $ curl -JLOSs https://raw.githubusercontent.com/certnanny/sscep/v0.9.0/mkrequest $ chmod +x mkrequest
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |