diff --git a/cmd/root.go b/cmd/root.go
index 81c70a8cb52c72629a96a74fa9890c62e58265c7..fcc5b40d0609910681411a9ca4df7e633b980ca5 100644
--- a/cmd/root.go
+++ b/cmd/root.go
@@ -632,7 +632,6 @@ func initLog() {
 // specified from the commandline.
 func overwriteNDF(n *ndf.NetworkDefinition) {
 	if len(ndfRegistration) == 3 {
-		n.Registration.DsaPublicKey = ndfRegistration[0]
 		n.Registration.Address = ndfRegistration[1]
 		n.Registration.TlsCertificate = ndfRegistration[2]
 
@@ -647,7 +646,6 @@ func overwriteNDF(n *ndf.NetworkDefinition) {
 		}
 
 		n.UDB.ID = udbIdString
-		n.UDB.DsaPublicKey = ndfUDB[1]
 
 		globals.Log.WARN.Println("Overwrote UDB values in the " +
 			"NetworkDefinition from the commandline")
diff --git a/glide.yaml b/glide.yaml
index 7ab5c220ce2fe403da8383dd187a7cc181741625..a1f225dccbf67d413b779b6c1f20a40b11781a61 100644
--- a/glide.yaml
+++ b/glide.yaml
@@ -12,7 +12,7 @@ import:
   repo: git@gitlab.com:elixxir/comms
   vcs: git
 - package: gitlab.com/elixxir/primitives
-  version: master
+  version: release
   repo: git@gitlab.com:elixxir/primitives
   vcs: git
 - package: github.com/mitchellh/go-homedir