-
Notifications
You must be signed in to change notification settings - Fork 139
Building SSCEP
Endi S. Dewata edited this page Jul 13, 2021
·
17 revisions
To build SSCEP:
$ cd ~/rpmbuild/SOURCES $ wget https://github.com/certnanny/sscep/archive/v0.9.0/tags/sscep-0.9.0.tar.gz $ cd ~/rpmbuild/SPECS $ wget https://raw.githubusercontent.com/certnanny/sscep/v0.9.0/scripts/sscep.spec $ sed -i '/%build/ a ./bootstrap.sh' sscep.spec $ rpmbuild -ba sscep.spec
To install SSCEP:
$ cd ~/rpmbuild/RPMS/x86_64 $ dnf localinstall sscep-*
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |