don't copy ntru-cert.der into certs/

This commit is contained in:
toddouska 2014-07-31 16:45:30 -07:00
parent 3cc648f56d
commit e99c7c2870

View File

@ -139,7 +139,6 @@ function restore_config(){
#function for copy and pasting ntru updates
function move_ntru(){
cp ntru-cert.pem certs/ntru-cert.pem
cp ntru-cert.der certs/ntru-cert.der
cp ntru-key.raw certs/ntru-key.raw
}