Browse Source

Do we need certmgr?

Pēteris Ņikiforovs 10 years ago
parent
commit
15f0ddc543
2 changed files with 1 additions and 7 deletions
  1. 0 3
      frameworks/CSharp/aspnet/setup_nginx.sh
  2. 1 4
      toolset/setup/linux/languages/mono.sh

+ 0 - 3
frameworks/CSharp/aspnet/setup_nginx.sh

@@ -1,8 +1,5 @@
 #!/bin/bash
 
-# debug
-find ~/.config
-
 set -e
 
 # mono environment variables

+ 1 - 4
toolset/setup/linux/languages/mono.sh

@@ -48,9 +48,6 @@ sed -i "s|/opt/mono-$SNAPDATE|$MONO_HOME|g" $MONO_HOME/lib/pkgconfig/*.pc $MONO_
 
 # import SSL certificates
 mozroots --import --sync
-echo -e 'y\ny\ny\n' | certmgr -ssl https://nuget.org
-
-# debug
-find ~/.config
+#echo -e 'y\ny\ny\n' | certmgr -ssl https://nuget.org
 
 touch $IROOT/mono.installed